Skip to main content
POST
/
messages
/
cancel
Cancel a running message
curl --request POST \
  --url https://api.svantic.com/messages/cancel \
  --header 'Content-Type: application/json' \
  --data '
{
  "message_id": "<string>"
}
'
{
  "ok": true,
  "message_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.svantic.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
message_id
string
required

The message ID to cancel.

Response

Cancel applied.

ok
boolean
message_id
string