Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Tool ID
Response
Successfully deleted tool
curl --request DELETE \
--url https://api.anam.ai/v1/tools/{id} \
--header 'Authorization: Bearer <token>'Delete a tool
curl --request DELETE \
--url https://api.anam.ai/v1/tools/{id} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Tool ID
Successfully deleted tool
Was this page helpful?