Remove groups from domain
Description
Removes one or more groups from a given domain.
HTTP method
DELETE
Request
http://{Admin API IP}:{port#}/api/v1/domains/{id}/groups
Example header format:
Authorization: Basic <authorization token returned from the login method>
Content-Type: application/json
Parameter | Description/Comments |
---|---|
ID |
(string) Domain's ID. |
Parameter | Description/Comments |
---|---|
Id | (string) Group's id. Can be retrieved via Get domain's groups. |
{
"Groups": [
{
"Id": 1
}
]
}
Response
{
"Errors": []
}
200 OK