Deleting an Atom Entry
To delete an Atom entry, clients to first retrieve the service.edit URL associated with the entry they wish to delete (see retrieving an Atom Entry). Once your client has retrieved this URI, the client performs an authentication HTTP DELETE operation against the service.edit URL. There is no need to include a copy of the Atom entry in the delete request.
If the operation is successful, the server will return an HTTP status code of 200. The body of the response will otherwise be empty.
