Collection Management
Delete a Collection
Delete a specific Collection by id
delete/collections/{id}
Path parameters
idstring required
The uberall unique id of the Collection to delete
Request body
Example request
{
"contentLists": [
{
"title": "Lunch Menu",
"items": [
{
"category": "Starters, Drinks, Desert, etc."
}
]
}
]
}Response
Collection deleted
Changes
No changes recorded. 2 of the 14 revisions have no diff computed, so they could not be searched.