Remove blueprints from domain
Description
Removes one or more blueprints from a domain.
HTTP method
DELETE
Request
 URL
URL
                                        http://{Admin API IP}:{port#}/api/v1/domains/{id}/blueprint Headers
Headers
                                        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. | 
 Request body
Request body
                                        | Parameter | Description/Comments | 
|---|---|
| Id | (string) Blueprint's id. Can be retrieved via Get domain's blueprints. | 
 Request example
Request example
                                        {
  "Blueprints": [
    {
      "Id": "369960ab-68ff-4fdc-bf02-054a96879812"
    },
    {
      "Id": "a0cd0b72-8ed6-41a8-a460-0ab6253aa6af"
    }
  ]
}Response
 Response example
Response example
                                        {
    "Errors": []
} Response code
Response code
                                        200 OK
                                        


 
                                    



