Delete one or more bookmarks.
This method requires authentication.
| Name | Data type | Description |
|---|---|---|
| apiKey | string | Application key for the account |
| signature | string | See Signing Requests |
| bookmarkIds | list | Comma-separated list of bookmark ids |
| format | enum | Must be "xml" or "json" - default is "xml". See Getting Started for further details |
| jsonCallback | string | Function wrapper for JSONP requests. See Getting Started for further details |
Here is a basic example of an HTML form.
<form action="http://api.issuu.com/1_0" method="post"> <input type="hidden" name="action" value="issuu.bookmark.delete"/> <input type="hidden" name="apiKey" value="g0ch5rj9ywztlo022w70naymutm2fbbg"/> <input type="text" name="bookmarkIds"/> <input type="submit" value="Delete"/> </form>
This method has no response parameters. If the request is successful it will return an empty "ok" response.
Note: This method will succeed even if one or more of the bookmark ids do not exist.
| Code | Message |
|---|---|
| 009 | Authentication required |
| 010 | Invalid API key |
| 200 | Required field is missing |
| 201 | Invalid field format |
Copyright © 2009 Issuu Inc. All rights reserved.