cURL
curl --request POST \ --url https://backend.revyl.ai/api/v1/execution/api/v1/workflows/status/cancel/{task_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "success": true, "task_id": "<string>" }
Cancel a running workflow and all its child tests.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for workflow cancellation.