Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the tool to delete
Response
Tool deleted successfully
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>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the tool to delete
Tool deleted successfully