# marketRegionsDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Deletes a list of market regions. ### Access Scopes `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. ## Arguments * [ids](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A list of IDs of the market regions to delete. ## Returns * [deletedIds](/docs/api/admin-graphql/2024-10/scalars/ID): ID The ID of the deleted market region. * [userErrors](/docs/api/admin-graphql/2024-10/objects/MarketUserError): MarketUserError! The list of errors that occurred from executing the mutation. ## Examples