Templates
Delete a template
DELETE
/api/v1/templates/{template_id}
Delete a template permanently.
Authentication
Send your API key in the Authorization header:
Authorization: Bearer <key>.
Create a key.
Path parameters
| Name | Type | Description |
|---|---|---|
template_id required |
integer | ID of the template to delete. |