--- title: marketDelete - GraphQL Admin description: Deletes a market definition. api_version: 2026-01 api_name: admin type: mutation api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/latest/mutations/marketDelete' md: 'https://shopify.dev/docs/api/admin-graphql/latest/mutations/marketDelete.md' --- # market​Delete mutation Requires `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. Deletes a market definition. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the market to delete. *** ## Market​Delete​Payload returns * deleted​Id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) The ID of the deleted market. * user​Errors [\[Market​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MarketUserError) non-null The list of errors that occurred from executing the mutation. *** ## Examples * ### marketDelete reference