Skip to main content
POST
Cancel an active quote request. All pending market maker quotes are invalidated and the request is removed from the live stream. Returns 204 No Content on success. You can only cancel a quote request while its status is active.

Authentication

API key required. Pass your API key in the X-API-Key header. The key needs the trading:write scope.
A Privy JWT (Authorization: Bearer <jwt>) is also accepted — see Authentication.

Path parameters

string
required
The quote request ID (UUID).

Response

Returns 204 No Content with no response body.

Errors