Skip to main content
DELETE
Delete an existing WhatsApp message template. This endpoint calls Meta Graph API to remove the template from your connected WhatsApp Business Account, and subsequently purges the template record from Sayvy AI.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Unique UUID identifier of the template to delete. Example: 3a4b5c6d-7e8f-9012-3456-789abcdef012.
string
required
Bearer token for authentication. Format: Bearer <token>.

Response Fields

string
Confirmation message: "Template deleted successfully".


Previous
Sync templates
POST /api/v1/templates/sync
Next