- Description:
- Deletes the given link and returns a status reponse
indicating either success or failure.
- Required Parameters:
-
- href
- The URL of the bookmark to delete. It must start with 'http://'.
- Optional Parameters:
- none
Example Requests
http://www.simpy.com/simpy/api/rest/DeleteLink.do?href=http://example.com
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<status>
<code>0</code>
<message>Link deleted successfully.</message>
</status>
Status Codes
0: Success
100: Required parameter missing
200: Non-existent link
601: Operation failed