Tool

Delete

DEL
Delete a specific tool

Path parameters

tool_idstringRequired

Response

This endpoint returns any
DEL
1curl -X DELETE https://api.beta.superagent.sh/api/v1/tools/tool_id \
2 -H "Authorization: Bearer <token>"
200
Deleted
1{
2 "key": "value"
3}