--- title: CollectionUnpublishInput - GraphQL Admin description: >- The input fields for specifying the collection to unpublish and the sales channels to remove it from. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/CollectionUnpublishInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/CollectionUnpublishInput.txt --- # Collection​Unpublish​Input input\_object The input fields for specifying the collection to unpublish and the sales channels to remove it from. ## Fields * collection​Publications [\[Collection​Publication​Input!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/CollectionPublicationInput) required The channels where the collection is published. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null The collection to create or update publications for. *** ## Mutations using this input * [collection​Unpublish.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/collectionUnpublish#argument-input) MUTATION Deprecated *** ## Map