cURL
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": {} } }
Cancel an open or quoted RFQ. Cannot cancel RFQs that are already accepted, confirmed, executed, or cancelled.
Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.
Authorization: Bearer <token>
RFQ UUID
Cancellation reason
RFQ cancelled successfully
Was this page helpful?