Skip to main content
DELETE
/
v1
/
agents
/
{id}
Delete agent
curl --request DELETE \
  --url https://api.vatel.ai/v1/agents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Send your organization API key as Authorization: Bearer <key>.

Path Parameters

id
string<uuid>
required

Agent id

Response

Deleted