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