delete_rotated_bbox_annotation
Atomically remove one or more rotated bounding box annotations from a dataset. Provide the dataset ID and annotation IDs to permanently delete the specified objects.
Instructions
Hard-delete one or more rotated annotations atomically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | Active owning dataset identifier. | |
| annotation_ids | Yes | Non-empty rotated annotation identifiers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| data | Yes | Report annotation identifiers removed by one atomic delete operation. |