Remove blueprints from domain
Description
Removes one or more blueprints from a domain.
HTTP method
DELETE
Request
http://{Admin API IP}:{port#}/api/v1/domains/{id}/blueprint
Example header format:
Authorization: Basic <authorization token returned from the login method>
Content-Type: application/json
Parameter | Description/Comments |
---|---|
id |
(string) Domain's id. Can be retrieved via Get all domains. |
Parameter | Description/Comments |
---|---|
Id |
(string) Blueprint's id. Can be retrieved via Get domain's blueprints. |
{
"Blueprints": [
{
"Id": "369960ab-68ff-4fdc-bf02-054a96879812"
},
{
"Id": "a0cd0b72-8ed6-41a8-a460-0ab6253aa6af"
}
]
}
Response
{
"Errors": []
}
200 OK