Skip to main content
DELETE
/
tools
/
{org_id}
/
{tool_id}
/
permissions
/
{agent_id}
Remove Tool Permission
curl --request DELETE \
  --url https://api.example.com/tools/{org_id}/{tool_id}/permissions/{agent_id} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required
tool_id
string
required
agent_id
string<uuid>
required

Response

Successful Response

The response is of type boolean.