Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200
Successfully deleted the tool.
curl --request DELETE \
  --url https://api.orq.ai/v2/tools/{tool_id} \
  --header 'Authorization: Bearer <token>'Deletes a tool by key.
curl --request DELETE \
  --url https://api.orq.ai/v2/tools/{tool_id} \
  --header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully deleted the tool.
Was this page helpful?