Skip to main content
DELETE
/
tools
/
{id}
Delete a tool definition
curl --request DELETE \
  --url https://api.example.com/tools/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "deleted": true
  }
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <api_key>.

Path Parameters

toolId
string
required

Response

Tool definition deleted successfully

data
object
required