Remove a figure or connector
remove_shapeRemove one object; a figure's incident connectors are removed in the same revision. Requires editToken and latest revision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Public drawing UUID (last component of its /draw/<uuid> URL). | |
| shapeId | Yes | ID of the object to remove. Removing a figure also removes its incident connectors, as in the editor. | |
| revision | Yes | Revision from create_drawing, get_drawing or the previous edit. Stale revisions fail; read again before retrying. | |
| editToken | Yes | Private editing capability returned by create_drawing. Never place it in a URL or public answer. |