POST
/api/workflows/{id}/executions/{executionId}/cancelAuthorization
apiKey X-API-Key<token>
Your Zoen API key (personal or workspace). Generate one from the Zoen dashboard under Settings > API Keys.
In: header
Path Parameters
id*string
The unique identifier of the workflow.
executionId*string
The unique identifier of the execution to cancel.
Response Body
application/json
application/json
application/json
curl -X POST \ "https://zoen.space/api/workflows/{id}/executions/{executionId}/cancel" \ -H "X-API-Key: YOUR_API_KEY"{
"success": true,
"executionId": "c7a92e15-3f4b-4d8c-a1e6-9b0d5f2c8e74"
}{
"error": "string"
}{
"error": "string"
}