Skip to main content
DELETE
Withdraw your active quote from a quote request. If the quote already expired naturally, you get already_expired instead of an error.
Withdraw only to retract a current-version quote you no longer want to honor, for example when your price moved before the user committed. A version change needs no withdraw: your prior-version quote is invalidated automatically. To quote the new version, submit again with the new request_version and request_hash.

Authentication

API key required. Pass your API key in the X-API-Key header.

Path parameters

string
required
The quote request ID (UUID).

Request body (optional)

integer
The request version your quote was submitted for. Defaults to the current version.
string
The request hash your quote was submitted for. Defaults to the current hash.

Response

Returns 204 No Content when the quote is withdrawn, or 200 OK if it had already expired naturally:

Errors