provider Project templates DELETE /rest/api/3/project-template/remove-template
@utdk/jira /rest/api/3/project-template/remove-template
Deletes a custom project template
Remove custom template This API endpoint allows you to remove a specified customised template ***Note: Custom Templates are only supported for Jira Enterprise edition.***
templateKey query required
The \{@link String\} containing the key of the custom template to remove
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
removetemplate
DELETE/rest/api/3/project-template/remove-template
Remove custom template This API endpoint allows you to remove a specified customised template ***Note: Custom Templates are only supported for Jira Enterprise edition.***

required

The \{@link String\} containing the key of the custom template to remove

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.removetemplate()