# collectionUnpublish - admin-graphql - MUTATION Version: 2024-10 ## Description Unpublishes a collection. ### Access Scopes `write_publications` access scope. Also: The user must have a permission to unpublish a collection. ## Arguments * [input](/docs/api/admin-graphql/2024-10/input-objects/CollectionUnpublishInput): CollectionUnpublishInput! - Specify a collection to unpublish and the sales channels to remove it from. ## Returns * [collection](/docs/api/admin-graphql/2024-10/objects/Collection): Collection The collection that has been unpublished. * [shop](/docs/api/admin-graphql/2024-10/objects/Shop): Shop! The shop associated with the collection. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples