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

Authorizations

Authorization
string
header
required

Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.

Path Parameters

id
string<uuid>
required

RFQ UUID

Body

application/json
reason
string

Cancellation reason

Response

RFQ cancelled successfully