API Version 3
cURL
curl --request DELETE \ --url https://paradigm.lighton.ai/api/v3/agents/{id} \ --header 'Authorization: Bearer <token>'
"<unknown>"
Delete an agent (ChatSettings) by ID. Access control: Users can delete agents in their personal groups. Company admins can delete agents in any group within their company. Sys-admin users can delete any agent. Default agents cannot be deleted.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the agent to delete
Agent deleted successfully