# webPixelDelete - admin-graphql - MUTATION Version: 2024-10 ## 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/2024-10/scalars/ID): ID! - The ID of the web pixel to delete. ## Returns * [deletedWebPixelId](/docs/api/admin-graphql/2024-10/scalars/ID): ID The ID of the web pixel settings that was deleted. * [userErrors](/docs/api/admin-graphql/2024-10/objects/ErrorsWebPixelUserError): ErrorsWebPixelUserError! The list of errors that occurred from executing the mutation. ## Examples