Workflow Triggers
Cancel workflow
Cancels a previously triggered workflow using the provided cancellation key.
post/v1/notify/cancel
Request body
Example request
{
"cancellation_key": "comment_123",
"name": "new-comment",
"recipients": [
"user_456"
]
}Response
No Content