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

# Delete Domain

> Permanently delete a domain and its associated senders.

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

<ResponseExample>
  ```json Response theme={null}
  {
    "success": true,
    "message": "Domain deleted successfully"
  }
  ```
</ResponseExample>
