Skip to content
View as Markdown

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).

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
integer
Required

Responses​

Campaign deleted successfully.

application/json
JSON
{
"success": true
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI