Agents

Bulk delete agents

Bulk delete agents. Pass in an array named AgentIDs with the list of agents to delete. Optionally, set disableLaunchpoints to true/false in the querystring.

delete/agents

Query parameters

disableLaunchpointsboolean
Example:true

Request body

AgentIDsinteger[]

Example request

{
  "AgentIDs": [
    323
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.