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

# Delete Custom Component

> Deletes a specific custom component by ID.

### Headers

<ParamField header="authorization" type="string" required>
  Your API key for authentication.
</ParamField>

### Path Parameters

<ParamField path="id" type="string" required>
  UUID of the custom component to update.
</ParamField>

### Response

<ResponseField name="status" type="number">
  HTTP status code (204 for success).
</ResponseField>

<ResponseExample />

***

Docs for agents: [llms.txt](/llms.txt)
