22. Delete an entity
DELETE http://services.odata.org/V4/TripPinService/People('miathompson')
To remove a resource, send an HTTP DELETE to the resource URL. Note: since the People entity set has concurrency enabled, you will need to request the resource and set the If-Match header to the appropriate value to run this request.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-Match | string |