HomeUsing the Platform APIPlatform API Reference

collections.delete

This method deletes new collection. Will return a blank OK response object if successful.

Parameters

NameTypeDescription
collection_idinteger(required) The id of the collection.
api_keystring(required) API key assigned to your account.
api_sigstring(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

401Unauthorized
500Internal Server Error. Scribd has been notified about this problem.
650Invalid parameter value

Back to Platform API Reference