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
Requiredinteger
Responses​
Campaign unscheduled successfully.
application/json
JSON
{
"message": "string"
}