delete_shape

Delete a shape for a field.

Input fields

sentera_id (ID!)

Sentera Id of field to delete.

Return fields

acres (Float!)
Deprecation notice

Support added for metric units. Please use area instead.

Amount of acreage contained in this shape.

action (UpsertActionType!)

Determines if it was a create or update.

area (Area!)

Area of the shape with the specified units.

Argument Type Description
unit AreaUnitType

The unit in which a client would like the area.

unit_system UnitSystem

The unit system in which a client would like the area. Defaults to IMPERIAL if not provided.

area_in_acres (Float!)
Deprecation notice

Support added for metric units. Please use area instead.

Synonymous with acres.

color (HexColor!)

Hexadecimal color value of the shape in #RRGGBB format.

content_hash (String!)

The current content hash for this item.

created_at (ISO8601DateTime!)

The timestamp of when the item was created in the system.

created_by (User!)

The user who created this item.

field (Field!)

The associated field of this shape.

geo_positions ([GeoPosition]!)
Deprecation notice

Please use the geometry GeoJSON field.

A closed collection of geo-positions representing the shape polygon.

geometry (GeoJSON!)

A GeoJSON FeatureCollection that includes a GeometryCollection representing the Shape.

geometry_wkt (String!)

Representation of shape's geometry in WKT format.

name (String!)

Name for this shape.

reference_date (ISO8601Date)

The reference date for this shape.

sentera_id (ID!)

A system-generated key identifying a specific instance of a shape.

updated_at (ISO8601DateTime!)

The timestamp of when the item was last updated in the system.

updated_by (User)

The user who last updated this item.