Delete an element
onshape_delete_elementDeletes a specific element (tab) from an Onshape workspace by providing document, workspace, and element IDs. Cleans up unwanted tabs to keep the workspace organized.
Instructions
Delete one element (tab) from a workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ws | Yes | Workspace id — the <ws> segment of the document URL. | |
| doc | Yes | Document id — the <doc> in cad.onshape.com/documents/<doc>/w/<ws>/e/<elem>. | |
| elem | Yes | Element id (tab) — the <elem> segment of the document URL. |