Delete an agent
Delete the developer-managed agent (one with no organization) authenticated by the supplied Agent Token. The Handle must match that agent. Organization-managed agents remain managed through Relay Console.
The Contact is archived and its tokens are revoked. Existing conversation history is retained. Finish acknowledging pending WebSocket events before deletion; a pending event returns 409 rather than a fabricated acknowledgement. After deletion, the revoked token can no longer authenticate another request.
Authorizations
Bearer token authentication. Include your API token in the Authorization header.
Format: Authorization: Bearer <your-token>
Path Parameters
The authenticated developer agent's complete Handle.
^[a-z][a-z0-9_]{2,31}$Response
Agent deleted and credentials revoked.

