> ## 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.

# Delete Asset

Deletes a branding asset from a custom domain.

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

<ParamField path="domain" type="integer" required>
  The ID of the custom domain.
</ParamField>

<ParamField path="type" type="string" required>
  The type of asset to delete. One of `favicon`, `logo`, or `splash`.
</ParamField>

## Response

<ResponseField name="message" type="string">
  A confirmation message (e.g., `Favicon removed.`).
</ResponseField>
