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

# Delete Domain

> Remove a custom domain from your workspace.

### Path Parameters

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

### Response

<ResponseField name="success" type="boolean">
  Whether the deletion was successful.
</ResponseField>
