Skip to main content
DELETE
/
rfqs
/
{id}
Cancel RFQ
curl --request DELETE \
  --url https://api.totalis.trade/rfqs/{id} \
  --header 'Content-Type: application/json' \
  --header 'TOTALIS_API_KEY: <api-key>' \
  --data '
{
  "reason": "<string>"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": {}
  }
}

Authorizations

TOTALIS_API_KEY
string
header
required

API key for programmatic access. Generate from the Totalis Dashboard. Format: api_live_xxxxxxxxxxxxxxxxxxxxx. Supported for REST API and WebSocket.

Path Parameters

id
string<uuid>
required

RFQ UUID

Body

application/json
reason
string

Cancellation reason

Response

RFQ cancelled successfully