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/:bundleIdAuthentication
Required. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYPath Parameters
| Parameter | Type | Description |
|---|---|---|
| bundleId | string | UUID of the bundle to delete |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appId | string | Required | Application identifier |
| externalUserId | string | Required | External user identifier |
Response
| Field | Type | Description |
|---|---|---|
| message | string | Confirmation 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