Templates
Delete a template
Deletes a template by ID. Optionally, you can also delete the template from WhatsApp/Meta by setting delete_from_meta=true.
delete/v3/templates/{id}
Path parameters
idstring uuid required
Template ID from route parameter
Headers
x-profile-idstring uuid
Profile UUID to scope the request to a child profile. Only organization API keys can use this header. The profile must belong to the calling organization.
Request body
Example request
{
"delete_from_meta": false,
"sandbox": false
}Response
Template deleted successfully