Cancel an Order
Orders
Cancel an Order
Cancel an existing order in the Transcrypts system
POST
Cancel an Order
Endpoint Overview
POSThttps://prod.transcrypts.com/v1/orders/{id}/cancel/
The endpoint cancels the order.
Authentication
This endpoint requires API credentials provided via headers:- ClientID (Header)
- AccessKey (Header)
Parameters
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Required. The order identifier to be cancelled |
Response
| Status Code | Description |
|---|---|
201 | Success - Order cancelled |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |