Skip to main content
Version: 2024.1

Remove groups from domain

Description

Removes one or more blueprints from a domain.

URL

http://{Admin API IP}:{port#}/api/v1/domains/{id}/groups

ParameterDescription/Comments
ID(string) Domain's ID. Can be retrieved via Get all domains.

HTTP method

DELETE

Request

Headers

Example header format:

Authorization: Basic <authorization token returned from the login method>

Content-Type: application/json

Request body
ParameterDescription/Comments
Id(string) Group's id. Can be retrieved via Get all groups.
Request example
{
"Groups": [
{
"Id": 1
}
]
}

Response

Response example
{
"Errors": []
}
Response code
200 OK