v1
latestOpenAPI 3.0.02026-07-26866217.8 KBAutomation
Delete upcoming automation action
Removes a waiting message or review automation plan without running it (same as deleting an upcoming action in the app). Requires a writable access token. Only send_message and review plan types are supported.
delete/automation/actions/{plan_id}
Path parameters
plan_idinteger required
Automation plan id from GET /automation/actions (data.actions[].id).
Response
Plan was deleted.
Example response
{
"error_msg": "Done."
}