Skip to content

admin remove_post_from_collection.json

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

###admin/remove_post_from_collection.json###

All admin api's require a token to be passed in. See get_access_token.json for more information.

admin/remote_post_from_collection.json?token=238236fa-0e1a-499c-8051-c46e2f416387

This is a HTTP POST end point, and includes the following fields:

collection_id
    The ID of the collection that the post defined in the post_id field exists.

post_id
    The ID of the post that should be removed from the collection defined by the
    collection_id field.

A valid response looks like this:

{
    "post_id": 1,
    "success": true,
    "collection_id": 1
}
Clone this wiki locally