cURL
curl --request DELETE \ --url https://api.example.com/tools/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "deleted": true } }
Use Authorization: Bearer <api_key>.
Authorization: Bearer <api_key>
Tool definition deleted successfully
Show child attributes