--- title: TagsRemovePayload - GraphQL Admin description: Return type for `tagsRemove` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/tagsremovepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/tagsremovepayload.md --- # Tags​Remove​Payload payload Return type for `tagsRemove` mutation. ## Fields * node [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) The object that was updated. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [tags​Remove](https://shopify.dev/docs/api/admin-graphql/latest/mutations/tagsRemove) mutation Removes tags from an [`Order`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order), [`DraftOrder`](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrder), [`Customer`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer), [`Product`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product), or [`Article`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Article). Tags are searchable keywords that help organize and filter these resources. *** ## Map ### Mutations with this payload * [tags​Remove](https://shopify.dev/docs/api/admin-graphql/latest/types/tagsRemove)