Skip to content
View as Markdown
Deprecated

POST Unschedule SMS Campaign (Legacy Path)​

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

Cancel a scheduled SMS campaign and return it to draft.

This is a legacy alias, kept so older admin screens keep working. It is the same handler as POST /sms/campaigns/{id}/unschedule — note the hyphen is the only difference. Use the un-hyphenated path in new integrations.

Like every /sms route, this exists only while the SMS module is enabled; with it off the route is not registered at all.

Required capability: fcrm_read_emails

Route exists only while the SMS module is enabled; the policy returns false otherwise.

Enforced by SMSPolicy::verifyRequest(), the policy default for this route group.

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

Responses​

Campaign unscheduled and returned to draft.

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

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI