Delete multiple agents
DELETE
/agentsContract
Parameter | Value |
|---|---|
| Section | agents |
| Authentication | CookieAuth |
| Consumes | application/json |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| request | body | yes | object | IDs to delete |
{ "array": [ 0 ] }
Responses
3 responses
Status | Description | Type |
|---|---|---|
200 | Agents deleted | no body |
400 | Invalid request body | object |
500 | Internal server error | object |
{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }