β‘οΈ 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
| Key | Datatype | Required | Description |
|---|---|---|---|
f | string | ||
objectIds | string | The ID(s) of the feature(s) you want to delete. | |
token | string |