Delete whatsapp template

Delete a WhatsApp template by SID.

Delete whatsapp template

POST /external/v1/whatsapp/templates/{template_sid}

Delete a WhatsApp template by SID.

Headers

Name
Value

Content-Type

application/json

x-api-key

<api key>

Response

{
  "success": true,
  "template_sid": "string",
  "message": "string"
}

Last updated