Skip to content
View as Markdown

DELETE WhatsApp Template​

DELETE
/whatsapp/templates/{id}

Delete a WhatsApp template locally and from the provider when possible. Sent-message references are preserved by disabling referenced templates. PRO (requires FluentCampaign Pro WhatsApp module).

Required capability: fcrm_manage_email_delete

Enforced by SMSPolicy::destroy().

Requires: FluentCampaign Pro with the SMS module enabled. While SMS is switched off the route is not registered at all and returns a 404.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Parameters​

Path Parameters

id*

Template row ID.

Type
integer
Required

Responses​

Template deleted or disabled.

application/json
JSON
{
"message": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI