# marketRegionsDelete - admin - MUTATION
Version: 2025-01

## 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/2025-01/scalars/ID): ID! - A list of IDs of the market regions to delete.


## Returns
* [deletedIds](/docs/api/admin/2025-01/scalars/ID): ID The ID of the deleted market region.
* [userErrors](/docs/api/admin/2025-01/objects/MarketUserError): MarketUserError! The list of errors that occurred from executing the mutation.


## Examples