DELETE /wiki/rest/api/template/{contentTemplateId}

Deletes a template. This results in different actions depending on the type of 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

Path parameters

Name Type Required Description
contentTemplateId String Yes

The ID of the template to be deleted.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.