Delete template by ID

Permanently deletes a specific message template by its unique identifier for the authenticated customer. This action cannot be undone. The template must exist and belong to the authenticated customer to be deleted successfully. The customer ID is extracted from the authentication token.

DELETE
/v2/templates/{id}
x-sender-id<token>

In: header

Path Parameters

idstring
Formatguid

Header Parameters

x-sender-idstring
Formatguid
x-api-keystring

Response Body

🚀 Need API credentials? Visit your Sent Dashboard to generate your credentials instantly.
📚 Full Guide: See our complete Authentication Documentation to get you started.
curl -X DELETE "https://api.sent.dm/v2/templates/string" \  -H "x-sender-id: string" \  -H "x-api-key: string"
Empty
Empty
Empty