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
mutation serverPixelDelete {
serverPixelDelete {
deletedServerPixelId
userErrors {
field
message
}
}
}
Input
{}
{}