> ## Documentation Index
> Fetch the complete documentation index at: https://sdk.transcrypts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cancel an Order

> Cancel an existing order in the Transcrypts system

## 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

| 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                 |

## Related Operations

* [Create an order](/orders/orders-create)
* [Retrieve an order](/orders/orders-read)
* [Update an order](/orders/orders-update)
* [Retrieve order events](/orders/orders-events)
* [Orders webhooks](/orders/orders-webhooks)
