Skip to main content
DELETE
/
agent
/
{id}
Delete agent
curl --request DELETE \
  --url https://api.iwy.ai/v1/agent/{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 agent

Response

Agent deleted successfully