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

> Delete your Custom Tool.

### Headers

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

### Path Parameters

<ParamField path="tool_id" type="string" required>
  The ID of the Custom Tool you want to update.
</ParamField>

### Response

<ResponseField name="status" type="string">
  Whether the tool creation succeeded.
</ResponseField>

<ResponseExample>
  ```json theme={null}
  {
      "status": "success",
      "message": "Tool has been deleted."
  }
  ```
</ResponseExample>

***

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