Delete security categories

Deletes the security categories that match the provided IDs. If any of the provided IDs does not belong to an existing security category, then the request will fail and no security categories are deleted.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

List of security category IDs to delete.

items
required
Array of integers <int64> non-empty unique
Responses
200

Empty response.

400

The response for a failed request.

post/securitycategories/delete
Request samples
application/json
{
  • "items": [
    • 23872937137,
    • 1238712837,
    • 128371973
    ]
}
Response samples
application/json
{ }