Delete your Custom Tool.
curl --request DELETE \ --url https://api.bland.ai/v1/tools/{tool_id} \ --header 'authorization: <authorization>'
{ "status": "success", "message": "Tool has been deleted." }
Your API key for authentication.
The ID of the Custom Tool you want to update.
Whether the tool creation succeeded.