Skip to content

admin disable_collection.json

Timothy Duffy edited this page Mar 8, 2015 · 1 revision

###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
}
Clone this wiki locally