Workflows
Cancel workflow
When invoked for a workflow using a specific workflow key and cancellation key, will cancel any queued workflow runs associated with that key/cancellation key pair. Can optionally be provided one or more recipients to scope the request to.
post/v1/workflows/{key}/cancel
Path parameters
keystring required
The key of the workflow to cancel.
Request body
Example request
{
"cancellation_key": "cancel-workflow-123",
"recipients": [
"jhammond"
]
}Response
No Content