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

# Delete a consignment

> Permanently delete a consignment.

Requires the `consignments:write` scope.

<ParamField path="id" type="string" required>
  The consignment ID.
</ParamField>

<Warning>
  Deletion is permanent. Consignments that are on a manifest or have active
  holds may be protected by your workspace's guard rules and refuse deletion.
</Warning>

<ResponseExample>
  ```json 200 theme={null}
  {
    "deleted": true,
    "id": "cons_01J9ZK..."
  }
  ```
</ResponseExample>
