Skip to main content
DELETE
/
business_accounts
/
{business_account_id}
/
templates
/
{id}
Delete a template
curl --request DELETE \
  --url https://whatsrb.com/api/v1/business_accounts/{business_account_id}/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Invalid or missing API key"
}

Authorizations

Authorization
string
header
required

API key from the WhatsRB dashboard. Format: Bearer wrb_live_xxx

Path Parameters

business_account_id
string
required
id
string
required

Response

No Content