Skip to content

Deleted Collection Object

Response returned when an object is deleted

idstringrequired

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

Example:"6890762"
objectstringrequired

The type of object which was deleted. - collection

Value:"collection"
Example:"collection"
deletedbooleanrequired

Whether the collection was deleted successfully or not.

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