---
title: "Delete a Blueprint."
method: POST
path: "/v1/blueprints/{id}/delete"
tags: ["Blueprint"]
---

# Delete a Blueprint.

`POST /v1/blueprints/{id}/delete`

Delete a previously created Blueprint. If a blueprint has dependent snapshots, it cannot be deleted. You can find them by querying: GET /v1/devboxes/disk_snapshots?source_blueprint_id={blueprint_id}.

## Path parameters

- `id` string, required

## Response `200`

OK

- EmptyRecord

## Other responses

- `400` — Blueprint has dependent snapshots that must be deleted first. Returns list of snapshot IDs.
- `404` — Blueprint not found.

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/e9dc776053e4/schema)
