Skip to documentation
Workflow Developer API

Cancel Developer Workflow Run

Request cancellation of one organization-owned public-compatible workflow run.

POST/developer/v1/runs/{run_id}/cancel

Authorizations

Authorization
stringheaderrequired

Send your GenHealth credential as Bearer <YOUR_API_KEY>. This endpoint requires workflow:run for the authenticated organization.

Headers

Accept
stringheader

Response media type. Use application/json for the current API.

Parameters

run_idrequired
stringpath

Responses

200Successful Response
WorkflowRunControlResponse
run_idstring
statusstring
422Validation Error
HTTPValidationError
detailarray<ValidationError>