Quote service
Cancel Cashout Request
Cancel an active cashout (buyback) request.
POST
This endpoint mirrors Cancel quote request — but its response shape has not been verified against the live API. Confirm field names and shapes with engineering before treating this page as authoritative.
204 No Content on success.
You can only cancel a cashout request while its status is active. cancelled is a documented terminal status on the cashout-request stream — this endpoint produces it.
Authentication
API key required. Pass your API key in theX-API-Key header.
Authorization: Bearer <jwt>) is also accepted — see Authentication.
Path parameters
The cashout request ID (UUID).
Response
Returns204 No Content with no response body.
Errors
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Missing or invalid API key. |
| 403 | FORBIDDEN | You do not own this cashout request. |
| 404 | NOT_FOUND | Cashout request not found. |
| 409 | CONFLICT | Cashout request is not active — already committing, committed, declined, expired, or cancelled. |
