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:
ID! -
A list of IDs of the market regions to delete.
Returns
-
deletedIds:
ID
The ID of the deleted market region.
-
userErrors:
MarketUserError!
The list of errors that occurred from executing the mutation.
Examples