➑️ delete-features-spec

POST https://{{host}}.arcgis.com/{{org_id}}/ArcGIS/rest/services/{{service_name}}/FeatureServer/{{layer_id}}/deleteFeatures

This operation delete features to the associated feature layer or table (POST only).

In the [Structures and definitions] folder you will find request to help you setting the: host, org_id, service_name and layer_id environment variables.

πŸ“„ API reference: deleteFeatures operation
πŸ“„ Geometry objects spec:Common Data Types > Geometry objects
πŸ› οΈ Community tools: or use this
geometry-playground to generate geometry objects according to our spec.

Request Params

KeyDatatypeRequiredDescription
fstring
objectIdsstringThe ID(s) of the feature(s) you want to delete.
tokenstring