Skip to main content

Cancel a scheduled follow-up of an agent

POST 

https://platform.docana.com/api/v1/agents/:agentId/follow-ups/:followUpId/cancel/

Deletes the follow-up scheduler job so it never fires and marks the source execution node as cancelled. Idempotent: cancelling a follow-up whose job is already gone still succeeds. To trigger the follow-up instead, use POST /api/v1/agents/{agentId}/follow-ups/{followUpId}/fire-now/.

Request

Responses

The follow-up was cancelled