We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###admin/disable_collection.json###
All admin api's require a token to be passed in. See get_access_token.json for more information.
admin/disable_collection.json?token=238236fa-0e1a-499c-8051-c46e2f416387
This is a HTTP POST end point, and includes the following fields:
collection_id This is the ID of the collection that will be disabled.
A valid response looks like this:
{ "disabled": true, "collection_id": 1, "success": true }