Skip to main content
DELETE
/
api
/
v1
/
agents
Delete an agent
curl --request DELETE \
  --url https://api.casaai.dev/api/v1/agents \
  --header 'Authorization: Bearer <token>'
{}
Delete an AI agent by ID. Pass the ID as a query parameter.
id
string
required
The agent ID to delete.
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

Response

204

Agent deleted