{
"client_ids": [
0
]
}
curl --location --request POST '/tenants//classes//remove_client_from_class' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_ids": [
0
]
}'
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}