Delete object from plate
delete_objectRemove an object from the current plate by ID after listing objects. Deleting is permanent and invalidates the last slice, so re-slice afterward.
Instructions
Remove one object from the current plate by id. This is permanent within the session and cannot be undone through the API; the other objects keep their ids.
Call list_objects first to get the id. Deleting leaves the last slice invalid, so re-slice afterwards. To drop just one copy made with duplicate_object, pass that copy's id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | Integer id of the object to remove, taken from the 'id' field of list_objects (not the array index or the file name). |