Cancel a running or waiting workflow instance.
cURL
curl --request POST \ --url https://api.example.com/api/v1/workflow-instances/{instance_id}/cancel
{ "id": "<string>", "workflow_id": "<string>", "account_id": "<string>", "status": "<string>", "current_step": "<string>", "context": {}, "started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "error_message": "<string>", "resume_job_id": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.snackbase.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.snackbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response