Bundles / Remove Seeds
Remove Seeds from Bundle
Remove one or more seeds from a bundle without deleting them. The seeds remain in your library and searchable, just no longer associated with this bundle. Use this endpoint when reorganizing content or cleaning up bundle memberships.
POST
{baseAPIUrl}/bundles/:bundleId/seeds/removeAuthentication
Required. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYPath Parameters
| Parameter | Type | Description |
|---|---|---|
| bundleId | string | UUID of the bundle |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appId | string | Required | Application identifier |
| externalUserId | string | Required | External user identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| seedIds | string[] | Required | Array of seed UUIDs to remove |
Response
| Field | Type | Description |
|---|---|---|
| message | string | Confirmation message |
| removedCount | number | Number of seeds successfully removed |
Try It
Path Parameters
UUID of the bundle
Query Parameters
Application identifier
External user identifier for data isolation
Request Body
Array of seed UUIDs to remove from the bundle