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/remove

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Path Parameters

ParameterTypeDescription
bundleIdstringUUID of the bundle

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier

Request Body

FieldTypeRequiredDescription
seedIdsstring[]RequiredArray of seed UUIDs to remove

Response

FieldTypeDescription
messagestringConfirmation message
removedCountnumberNumber 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