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

# Delete declaration template

> Delete an existing declaration template.

Delete a declaration template.

### Path parameters

<ParamField path="id" type="number" required>
  The unique template ID.
</ParamField>

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