Collection Delete
This API call is used to delete Collections within Historypin. Collections are the parent container for Pins, and generally represent a particular theme, place or area of interest that a single person or group of people wish to collaborate around. The same API call is used to create or save a Collection, depending on the parameters used.
URL
To delete a collection you access the collection delete.json method http://www.historypin.org/en/api/projects/delete.json{?parameters}
Parameters
- id - collection id
Example Response
{
"Status" : "Done"
}