Skip to main content

DeleteGeometry()

Modified: 10 May 2026 Viewpoint Field View Developer / API Help

The DeleteGeometry() command deletes a geometry branch in Field View.

  • Quota: 5
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring50YYour Field View API token.
geometryIDintegerYThe ID of the geometry branch to be deleted.
Table 2. Returns
FieldTypeDescription
IDintegerThe ID of the geometry branch that was deleted.
<StatusRequest>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ID></ID>
   </StatusRequest>
Submit

Table of Contents