curl --request DELETE \
--url https://api.anam.ai/v1/tools/{id} \
--header 'Authorization: Bearer <token>'Delete a tool. The tool will be soft-deleted and no longer available.
curl --request DELETE \
--url https://api.anam.ai/v1/tools/{id} \
--header 'Authorization: Bearer <token>'Was this page helpful?