Skip to main content
DELETE
/
v1
/
templates
/
{templateId}
Delete template
curl --request DELETE \
  --url https://api.zavu.dev/v1/templates/{templateId} \
  --header 'Authorization: Bearer <token>'
{
  "code": "invalid_request",
  "message": "Phone number is invalid",
  "details": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

templateId
string
required

Response

Template deleted.