Cancel a scheduled follow-up of an agent
POSThttps://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
- 200
- 400
- 401
- 403
- 404
- 500
The follow-up was cancelled
Invalid query parameters
The API key or session is missing, expired, or malformed.
No access to the application
Follow-up not found
Unexpected server error.