delete_bbox_annotation
Atomically delete one or more bounding box annotations from a dataset by specifying their dataset and annotation identifiers. Removes unwanted annotations in a single, consistent operation.
Instructions
Hard-delete one or more bbox annotations atomically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | Active owning dataset identifier. | |
| annotation_ids | Yes | Non-empty axis-aligned annotation identifiers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| data | Yes | Report annotation identifiers removed by one atomic delete operation. |