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

Overview

This endpoint deletes a bundle by its bnd_ id. Deleting the bundles that pin a blueprint is the prerequisite for deleting that blueprint, which returns 409 while any bundle still references it.

Request

string
required
Bundle bnd_ id.

Response

Returns 204 No Content with an empty body on success.

Important Notes

  • Deleting a canonical bundle requires the super-admin role.
  • Success returns 204 with no body — check the status code rather than parsing a response.