Skip to main content
DELETE
/
v3
/
{wabaid}
/
message_templates?name=
{template_name}
Delete Template by Name
curl --request DELETE \
  --url 'https://one.telepie.com/v3/{wabaid}/message_templates?name={template_name}' \
  --header 'apikey: <api-key>'

Request Body Parameters

wabaid
string
required
Specifies the wabaid of the business account.
template_name
string
required
Specifies the template name
{
  "success": true
}