Cancels a pending erasure of a customer's data.
To request an erasure of a customer's data use the [customerRequestDataErasure mutation](https://shopify.dev/api/admin-graphql/unstable/mutations/customerRequestDataErasure).
Access Scopes
`write_customer_data_erasure` access scope.
Arguments
customerId:
ID! -
The ID of the customer for whom to cancel a pending data erasure.
Returns
customerId:
ID
The ID of the customer whose pending data erasure has been cancelled.
userErrors:
CustomerCancelDataErasureUserError!
The list of errors that occurred from executing the mutation.