Skip to main content
Endpoint · POST /conversation/actions
Cancels the conversation’s active schedule (each conversation has at most one): either a human’s scheduled message or a scheduled AI execution. No fields. Idempotent: if there’s no active schedule, it succeeds with cancelled: false.
In a list, this object goes in the actions array of a POST /conversation/actions — see Assembling an action list.

Executable example

A cancel_schedule on a conversation identified by phone and channel. It cancels the conversation’s active schedule (a message or an AI execution); it takes no fields and is idempotent.

Request

Response

202 Accepted — the group was accepted and runs in the background. The per-action result does not travel in the response (query it later — see How it runs).
string
Always processing: confirms the group was accepted and is running.
integer
How many actions in the array were admitted for execution — not how many succeeded.