Delete template by ID
Deletes a specific message template by its unique identifier for the authenticated customer with smart deletion strategy. Deletion behavior: - If template has NO messages: Permanently deleted from database (hard delete). - If template has messages: Marked as deleted but preserved for message history (soft delete with snapshot). The template must exist and belong to the authenticated customer to be deleted successfully. The customer ID is extracted from the authentication token.
Path Parameters
The unique identifier (GUID) of the resource to retrieve
guidHeader Parameters
guidcurl -X DELETE "https://api.sent.dm/v2/templates/string" \ -H "x-sender-id: string" \ -H "x-api-key: string"Create a new template POST
Creates a new message template for the authenticated customer with comprehensive template definitions including headers, body, footer, and interactive buttons. Supports automatic metadata generation using AI (display name, language, category). Optionally submits the template for WhatsApp review. The customer ID is extracted from the authentication token.
Changelog
A chronological record of platform updates, new features, and important changes to Sent's APIs and services