Skip to main content

DELETE /templates/:id

Permanently delete a template.

Authentication

JWT Bearer token (dashboard auth)

Response

{
  "success": true,
  "message": "Template deleted"
}

Errors

StatusErrorCause
404Template not foundInvalid ID or not owned by user