Delete a point feature

POST https://{{host}}.arcgis.com/{{org_id}}/ArcGIS/rest/services/{{service_name}}/FeatureServer/{{layer_id}}/deleteFeatures?f=json&objectIds=<integer>&token={{access_token}}

Request Params

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

RESPONSES

status: OK

{&quot;deleteResults&quot;:[{&quot;objectId&quot;:3461,&quot;uniqueId&quot;:3461,&quot;globalId&quot;:null,&quot;success&quot;:true}]}