curl --request DELETE \
--url https://prod.featherhq.com/api/v1/tools/{toolId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete a tool by ID
curl --request DELETE \
--url https://prod.featherhq.com/api/v1/tools/{toolId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}