Skip to main content

Delete multiple agents

DELETE
/agents

Contract

Parameter
Value
Sectionagents
AuthenticationCookieAuth
Consumesapplication/json
Producesapplication/json

Parameters

1 parameter

Name
Location
Required
Type
Description
requestbodyyesobjectIDs to delete
  • {
      "array": [
        0
      ]
    }

Responses

3 responses

Status
Description
Type
200
Agents deletedno body
400
Invalid request bodyobject
500
Internal server errorobject
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }