# serverPixelDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Deletes the Server Pixel associated with the current app & shop. ### Access Scopes `write_pixels` access scope. Also: The app must have the write_server_pixels access scope, and user access permission. ## Arguments ## Returns * [deletedServerPixelId](/docs/api/admin-graphql/2024-10/scalars/ID): ID The ID of the server pixel that was deleted, if one was deleted. * [userErrors](/docs/api/admin-graphql/2024-10/objects/ErrorsServerPixelUserError): ErrorsServerPixelUserError! The list of errors that occurred from executing the mutation. ## Examples