collections.delete
This method deletes new collection. Will return a blank OK response object if successful.
Parameters
| Name | Type | Description |
|---|---|---|
| collection_id | integer | (required) The id of the collection. |
| api_key | string | (required) API key assigned to your account. |
| api_sig | string | (optional) MD5 hash of the active request and your secret key. This is an optional security measure. See the signing documentation for more info. |
Sample return XML
<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok">
</rsp>
Error codes
| 401 | Unauthorized |
| 500 | Internal Server Error. Scribd has been notified about this problem. |
| 650 | Invalid parameter value |
Back to Platform API Reference


