Skip to main content
DELETE
/
communications
/
quotes
/
{quote_id}
Delete Quote
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>'
This response does not have an example.

Authorizations

KALSHI-ACCESS-KEY
string
header
required

Your API key ID

KALSHI-ACCESS-SIGNATURE
string
header
required

RSA-PSS signature of the request

KALSHI-ACCESS-TIMESTAMP
string
header
required

Request timestamp in milliseconds

Path Parameters

quote_id
string
required

Quote ID

Response

Quote deleted successfully

I