--- title: MarketRegionsDeletePayload - GraphQL Admin description: Return type for `marketRegionsDelete` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/marketregionsdeletepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/marketregionsdeletepayload.md --- # Market​Regions​Delete​Payload payload Return type for `marketRegionsDelete` mutation. ## Fields * deleted​Ids [\[ID!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) The ID of the deleted market region. * user​Errors [\[Market​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MarketUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [market​Regions​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/marketRegionsDelete) mutation Deprecated * ids [\[ID!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments A list of IDs of the market regions to delete. *** *** ## Map