marketRegionDelete - admin-graphql - MUTATION
Version: 2024-10
Description:
Deletes a market region.
Access Scopes
`read_markets` for queries and both `read_markets` as well as `write_markets` for mutations.
Arguments
-
id:
ID! -
The ID of the market region to delete.
Returns
-
deletedId:
ID
The ID of the deleted market region.
-
market:
Market
The parent market object of the deleted region.
-
userErrors:
MarketUserError!
The list of errors that occurred from executing the mutation.
Examples