API referenceInterrupts
Cancel interrupt
Cancel a pending interrupt without providing a response. This may not be allowed for all interrupts - check the allowCancel property in the interrupt data before attempting to cancel.
AuthorizationBearer <token>
JWT token for authentication
In: header
Path Parameters
interruptId*string
Interrupt UUID
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/interrupts/497f6eca-6276-4993-bfeb-53cbbbba6f08/cancel"{ "success": true, "message": "Interrupt cancelled"}