StatusDashboard
Templates

Delete template

Permanently delete an event template.

View Markdown

DELETE /app/templates/{id}

Permanently deletes an org-scoped event template. Requires the templates plan feature and admin or event role.

Deleting a template does not affect events already created from it.


Path parameters

ParameterTypeDescription
idstring (UUID)Template ID.

Request

See API Basics for required headers.

This endpoint takes no request body.


Sample request

curl -X DELETE https://api.statusdashboard.com/app/templates/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \
  -H "Authorization: Bearer bcf847abf5c6:def456"

Sample response

Status: 204 No Content

No response body.


Error responses

StatusWhen
403Templates feature not enabled or insufficient role.
404Template not found in this organization.

On this page

We use cookies

We use essential cookies to keep the site working, and optional analytics cookies to understand how it's used. Read our Privacy Policy.