--- title: webPresenceDelete - GraphQL Admin description: Deletes a web presence. api_version: 2025-07 api_name: admin type: mutation api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-07/mutations/webpresencedelete md: https://shopify.dev/docs/api/admin-graphql/2025-07/mutations/webpresencedelete.md --- # web​Presence​Delete mutation Requires `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. Deletes a web presence. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/ID) required The ID of the web presence to delete. *** ## Web​Presence​Delete​Payload returns * deleted​Id [ID](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/ID) The ID of the deleted web presence. * user​Errors [\[Market​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/MarketUserError) non-null The list of errors that occurred from executing the mutation. *** ## Examples * ### webPresenceDelete reference