Delete Agent
DELETE/api/v1/agents/:agent_id
Delete an agent. Answers 409 while the agent is on a live call (hang it up first) and 409 for a platform template, which cannot be deleted.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 422
Successful Response
X-API-Key missing, invalid or revoked.
The key has no access to this workspace, or the workspace has the feature disabled.
No such resource in the key's workspace.
The agent is on a live call (hang it up first), or it is a platform template and cannot be deleted.
Validation Error