DELETE
/
api
/
v1
/
tools
/
{toolId}
Delete tool
curl --request DELETE \
  --url https://prod.featherhq.com/api/v1/tools/{toolId} \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

toolId
string
required

The ID of the tool to delete

Response

200
application/json

Tool deleted successfully

The response is of type object.