Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://external-api.kalshi.com/trade-api/v2/communications/rfqs/{rfq_id} \ --header 'KALSHI-ACCESS-KEY: <api-key>' \ --header 'KALSHI-ACCESS-SIGNATURE: <api-key>' \ --header 'KALSHI-ACCESS-TIMESTAMP: <api-key>'
{ "code": "<string>", "message": "<string>", "details": "<string>", "service": "<string>" }
Endpoint for deleting an RFQ by ID
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
RFQ ID
RFQ deleted successfully