Skip to main content
Delete an agent definition. Existing sessions keep their historical link to the deleted agent for audit, but no new sessions or turns can be started against it.

Endpoint

Authentication

Authorization: Bearer <api_key> or Authorization: ApiKey <api_key>.

Path parameters

string
required
Agent identifier.

Response

string
Deleted agent identifier.
string
Always agent.deleted.
boolean
Always true on success.

Example