# CollectionDeletePayload - admin - PAYLOAD Version: unstable ## Description Return type for `collectionDelete` mutation. ### Access Scopes ## Fields * [deletedCollectionId](/docs/api/admin/unstable/scalars/ID): ID - The ID of the collection that was deleted. Returns `null` if the collection doesn't exist. * [shop](/docs/api/admin/unstable/objects/Shop): Shop! - The shop associated with the collection. * [userErrors](/docs/api/admin/unstable/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [collectionDelete](/docs/api/admin/unstable/mutations/collectionDelete) ## Examples