Deleting
URL
DELETE to the following URL:
http://rest.wasabisync.com/client_apps/<appId>/users/<userId>/known_objects/<\guid>.json
Parameters
- appId - The application id which owns the object. This should be of the form: com.yourcompany.yourapplication.
- userId - The id of the user who owns the object you are deleting. Typically, this will be an email address.
- guid - The id of the object you want to delete.
Result
Discussion
This deletes the given object if owned by the given user and contained in the given application.