Anchor to serverPixelDeleteserver
serverPixelDelete
mutation
Requires access scope. Also: The app must have the write_server_pixels access scope, and user access permission.
Deletes the Server Pixel associated with the current app & shop.
Anchor to ServerPixelDeletePayload returnsServerPixelDeletePayload returns
- Anchor to deletedServerPixelIddeleted•
Server Pixel Id The ID of the server pixel that was deleted, if one was deleted.
- Anchor to userErrorsuser•
Errors [ErrorsServer non-nullPixel User Error!]! The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
1mutation serverPixelDelete {2 serverPixelDelete {3 deletedServerPixelId4 userErrors {5 field6 message7 }8 }9}
Input
1{}
{}