Deleted Collection Object

Response returned when an object is deleted

id
string

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

object
string

The type of object which was deleted. - collection

Value: "collection"
deleted
boolean

Whether the collection was deleted successfully or not.

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