curl --request DELETE \
--url https://prod.featherhq.com/api/v1/tools/{toolId} \
--header 'X-API-Key: <api-key>'
{
"message": "<string>"
}
Delete a tool by ID
curl --request DELETE \
--url https://prod.featherhq.com/api/v1/tools/{toolId} \
--header 'X-API-Key: <api-key>'
{
"message": "<string>"
}
The ID of the tool to delete
Tool deleted successfully
The response is of type object
.