Cancel Custom Order
POST/b2b/custom-orders/:id/cancel
Cancels a custom order that was previously submitted but not yet completed.
Request
Responses
- 200
- 401
- 408
- 429
- 500
- 503
Response
Unauthorized — authentication failed or credentials are missing/invalid. Not retryable.
Request Timeout — the request took too long to process. Retryable.
Too Many Requests — rate limit exceeded. Retryable with backoff.
Internal Server Error — an unexpected error occurred. Generally retryable.
Service Unavailable — the service is temporarily unavailable. Retryable.