Skip to main content
DELETE
Requires version 1.1.9 or later of the Archetype platform.

Overview

This endpoint deletes a blueprint, addressed either by its blp_ id or by its key. A blueprint that is still pinned by a bundle cannot be deleted — delete the referencing bundles first.

Request

string
required
Blueprint blp_ id or key (e.g. osm).

Response

Returns 204 No Content with an empty body on success.

Important Notes

  • Deleting a blueprint requires the admin role; deleting a canonical blueprint requires super-admin.
  • A 409 means at least one bundle still pins this blueprint. Delete those bundles first.
  • Success returns 204 with no body — check the status code rather than parsing a response.