cURL
curl --request DELETE \ --url https://api.elections.kalshi.com/trade-api/v2/communications/quotes/{quote_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 a quote, which means it can no longer be accepted.
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
Quote ID
Quote deleted successfully