Skip to main content
DELETE
/
tool
/
{id}
Delete tool
curl --request DELETE \
  --url https://api.iwy.ai/v1/tool/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Your iwy Service API Key. Find it at app.iwy.ai/settings.

Include it in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Path Parameters

id
string<uuid>
required

The unique identifier (UUID) of the tool

Response

Tool deleted successfully