Bundles / Delete

Delete Bundle

Permanently remove a bundle. This removes the organizational container but does not delete the seeds within it - they remain accessible and searchable. Seeds that were only in this bundle become unorganized but are not lost.

DELETE {baseAPIUrl}/bundles/:bundleId

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Path Parameters

ParameterTypeDescription
bundleIdstringUUID of the bundle to delete

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier

Response

FieldTypeDescription
messagestringConfirmation message of deletion

Warning: This action is permanent. While the seeds contained in the bundle are not deleted, the bundle organization and metadata will be permanently removed.

Try It

Path Parameters

UUID of the bundle to delete

Query Parameters

Application identifier

External user identifier for data isolation