deleteBookmark
- Home
- Bookmarks & Favorites
- SvcBookmarks
- deleteBookmark
deleteBookmark
Deletes a bookmark with the bookmark_id passed.
Parameters
| Name | Description |
| bookmarkID required | The primary identifier of the user/bookmark relation |
| userID required | The user’s primary identifier |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/svcBookmarks?action=deleteBookmark&userID=229928503&bookmarkID=11353337&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 |
{ "service":"svcBookmarks", "action":"deleteBookmark", "code":1, "message":"Bookmark successfully removed." } |
Service Information
| Service | svcBookmarks |
| Method | deleteBookmark |
| Type | REST |
| Response Types | JSON, XML |