This is an old revision of the document!
This action allows the user to remove/delete a given element or plugin from the parent canvas or schematic page specified. Return type is a success/failure message in the form of list of strings. The function call takes in 2 arguments.
list<string> RemoveShape(1: string parentUid, 2: string shapeUid)
“Successfully removed the element: <shapeUid>”.
1. The given information is incomplete/shape not found – when the arguments are not conveying the required information
2. Failed to remove element
3. Default: Displays the error msg as obtained by the Server application.