Skip to content

Deleted Collection Object

Response returned when an object is deleted

idstring

The unique identifier for the collection which you provided in the URL.

Example:"6890762"
objectstring

The type of object which was deleted. - collection

Value:"collection"
Example:"collection"
deletedboolean

Whether the collection was deleted successfully or not.

Example:true
{ "id": "6890762", "object": "collection", "deleted": true }