Bundles
Delete Bundle
Delete a bundle.
Authorization: caller must own (or otherwise be permitted to modify)
the bundle. Entries, access tokens, follow links, and any
deployments bound to this bundle are all cascade-deleted at the
database level (each FK to bundle.id is ondelete=CASCADE).
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
bundle_id*Bundle Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X DELETE "https://example.com/v1/bundles/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{ "detail": "string", "code": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}