--- title: ServerPixelDeletePayload - GraphQL Admin description: Return type for `serverPixelDelete` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/serverpixeldeletepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/serverpixeldeletepayload.md --- # Server​Pixel​Delete​Payload payload Return type for `serverPixelDelete` mutation. ## Fields * deleted​Server​Pixel​Id [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) The ID of the server pixel that was deleted, if one was deleted. * user​Errors [\[Errors​Server​Pixel​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ErrorsServerPixelUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [server​Pixel​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/serverPixelDelete) mutation Deletes the Server Pixel associated with the current app & shop. *** ## Map ### Mutations with this payload * [server​Pixel​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/types/serverPixelDelete)