Delete template
DELETE/api/v1/notifications/templates/{templateId}
Delete a template permanently.
Parameters
templateId(string, required): Template identifier (format: template_xxx)
Responses
204 No Content: Template deleted successfully.404 Not Found: Template not found.400 Bad Request: Invalid template ID format.
Request
Responses
- 204
- 400
- 404
Template deleted successfully
Bad Request
Not Found