Skip to main content
POST
/
v1
/
orders
/
{id}
/
cancel
Cancel an Order
curl --request POST \
  --url https://api.example.com/v1/orders/{id}/cancel/

Endpoint Overview

POST https://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

ParameterTypeDescription
idstringRequired. The order identifier to be cancelled

Response

Status CodeDescription
201Success - Order cancelled
400Bad Request
401Unauthorized
403Forbidden