v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBBucket Objects
Bulk Soft-Delete Objects
Soft-delete many objects by ID in one call (recoverable). Records are retained and flipped to a non-active lifecycle state (so retrieval excludes them), with the lifecycle propagated to downstream documents. Bucket stats are recomputed once. Designed for large purges (e.g. scoping a synced bucket to a subset) without the per-object webhook/stats storms of single delete.
post/v1/buckets/{bucket_identifier}/objects/bulk-soft-delete
Path parameters
bucket_identifierstring required
The unique identifier of the bucket.
The unique identifier of the bucket.
Request body
Example request
{
"object_ids": [
"obj_abc123",
"obj_def456"
],
"reason": "scope footage bucket to 8 target brands"
}Response
Successful Response