cURL
curl --request DELETE \ --url https://api.elections.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