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