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

# Cancel Export

Cancels a pending or processing export.

<ParamField path="export" type="string" required>
  The UUID of the export.
</ParamField>

## Response

<ResponseField name="status" type="string">
  Returns `cancelling`.
</ResponseField>
