# webPixelDelete - admin-graphql - MUTATION Version: unstable ## Description Deletes the web pixel shop settings. ### Access Scopes `write_pixels` access scope. Also: The app requires user access permission. ## Arguments * [id](/docs/api/admin-graphql/unstable/scalars/ID): ID! - The ID of the web pixel to delete. ## Returns * [deletedWebPixelId](/docs/api/admin-graphql/unstable/scalars/ID): ID The ID of the web pixel settings that was deleted. * [userErrors](/docs/api/admin-graphql/unstable/objects/ErrorsWebPixelUserError): ErrorsWebPixelUserError! The list of errors that occurred from executing the mutation. ## Examples