Skip to main content
POST
/
interrupts
/
{interruptId}
/
cancel
Cancel interrupt
curl --request POST \
  --url http://localhost:5173/api/flowdrop/interrupts/{interruptId}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Interrupt cancelled"
}

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

interruptId
string<uuid>
required

Interrupt UUID

Response

Interrupt cancelled successfully

success
boolean
Example:

true

message
string
Example:

"Interrupt cancelled"