DELETE
/
v1
/
tools
/
{tool_id}
curl --request DELETE \
  --url https://api.bland.ai/v1/tools/{tool_id} \
  --header 'authorization: <authorization>'
{
    "status": "success",
    "message": "Tool has been deleted."
}

Headers

authorization
string
required

Your API key for authentication.

Path Parameters

tool_id
string
required

The ID of the Custom Tool you want to update.

Response

status
string

Whether the tool creation succeeded.

{
    "status": "success",
    "message": "Tool has been deleted."
}