DELETE Delete SMS Campaign​
DELETE
/sms/campaigns/{id}
Permanently delete an SMS campaign and all its associated data (messages, meta, etc.). PRO (requires FluentCampaign Pro SMS module).
Required capability: fcrm_manage_email_delete
Route exists only while the SMS module is enabled; the policy returns false otherwise.
Enforced by SMSPolicy::delete().
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*
SMS campaign ID.
Type
Requiredinteger
Responses​
Campaign deleted successfully.
application/json
JSON
{
"success": true
}