Delete agents

Delete agents with specific external IDs.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
ignoreUnknownIds
boolean (Ignoreunknownids)
Default: false

If true, ignores unknown external IDs.

required
Array of objects (Items) = 1 items

A list of agents to delete.

Responses
200

Successful Response

400

The response for a failed request.

post/ai/agents/delete
Request samples
application/json
{
  • "ignoreUnknownIds": false,
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{ }