Skip to content
View as Markdown

POST Un-schedule SMS Campaign​

POST
/sms/campaigns/{id}/un-schedule

Legacy alias for unscheduling a previously scheduled SMS campaign. This route calls the same controller action as POST /sms/campaigns/{id}/unschedule, reverting the campaign to draft status and deleting generated SMS messages. 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 unscheduled successfully.

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

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI