2021-10-07 07:51:46 +00:00
|
|
|
tags:
|
2022-04-05 10:35:49 +00:00
|
|
|
- Agents
|
2021-10-07 07:51:46 +00:00
|
|
|
operationId: delete-agent-from-account
|
|
|
|
summary: Remove an Agent from Account
|
|
|
|
description: Remove an Agent from Account
|
|
|
|
security:
|
|
|
|
- userApiKey: []
|
|
|
|
parameters:
|
|
|
|
- in: path
|
|
|
|
name: id
|
2021-11-17 13:25:15 +00:00
|
|
|
type: integer
|
2021-10-07 07:51:46 +00:00
|
|
|
required: true
|
|
|
|
description: The ID of the agent to be deleted
|
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
description: Success
|
|
|
|
404:
|
|
|
|
description: Agent not found
|
|
|
|
403:
|
|
|
|
description: Access denied
|