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