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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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

Enter a gateway URL above to enable sending.

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

TypeScript

import jira from '@utdk/jira';

await jira.removetemplate()