HTTP DELETE
DELETE method is used to delete a resource.
URL Pattern
https://localhost:8443/ems/v90/ws/<ObjectType>/<ObjectId>.ws
Example
For:
<ObjectType> = product
<ObjectId> = 1
the URL becomes:
https://localhost:8443/ems/v90/ws/product/1.ws
This request will delete the product with ID = 1.
NOTE The URL for this request is based on the unique, auto-generated ID of the resource in the database.