# marketWebPresenceDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Deletes a market web presence. ### Access Scopes `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. ## Arguments * [webPresenceId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the web presence to delete. ## Returns * [deletedId](/docs/api/admin-graphql/2024-10/scalars/ID): ID The ID of the deleted web presence. * [market](/docs/api/admin-graphql/2024-10/objects/Market): Market The market for which the web presence was deleted. * [userErrors](/docs/api/admin-graphql/2024-10/objects/MarketUserError): MarketUserError! The list of errors that occurred from executing the mutation. ## Examples