# marketDelete - admin - MUTATION Version: unstable ## Description Deletes a market definition. ### Access Scopes `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. ## Arguments * [id](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the market to delete. ## Returns * [deletedId](/docs/api/admin/unstable/scalars/ID): ID The ID of the deleted market. * [userErrors](/docs/api/admin/unstable/objects/MarketUserError): MarketUserError! The list of errors that occurred from executing the mutation. ## Examples