You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add Apiary documentation for batch delete workspace objects endpoint
Documents POST /v2/storage/workspaces/{workspace_id}/objects/batch-delete
and the development branch variant for DMD-904.
Refs: DMD-904
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deletes multiple tables and views from a workspace in a single async operation. Returns a job. All objects are attempted even if some fail, but the job will be marked as failed if any deletion fails.
Returned when the request body is invalid (e.g. empty objects list).
6096
+
6097
+
## Batch Delete Development Branch Workspace Objects [/v2/storage/branch/{branch_id}/workspaces/{workspace_id}/objects/batch-delete]
6098
+
6099
+
### Batch Delete Development Branch Workspace Objects [POST]
6100
+
6101
+
Deletes multiple tables and views from a workspace in a [Development Branch](#reference/development-branches) in a single async operation. Returns a job. All objects are attempted even if some fail, but the job will be marked as failed if any deletion fails.
6102
+
6103
+
+ Parameters
6104
+
+ branch_id (required) - Id of the development branch
0 commit comments