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
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>"
}