DELETE /wiki/rest/api/template/{contentTemplateId}
Deletes a template. This results in different actions depending on the type of template:
- If the template is a content template, it is deleted.
- If the template is a modified space-level blueprint template, it reverts to the template inherited from the global-level blueprint template.
- If the template is a modified global-level blueprint template, it reverts to the default global-level blueprint template.
Note, unmodified blueprint templates cannot be deleted.
Permissions required: 'Admin' permission for the space to delete a space template or 'Confluence Administrator' global permission to delete a global template.
Servers
- https://your-domain.atlassian.net
Path parameters
Name | Type | Required | Description |
---|---|---|---|
contentTemplateId |
String | Yes |
The ID of the template to be deleted. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.