Skip to main content
Anchor to customerCancelDataErasure

customerCancelDataErasure

mutation

Requires write_customer_data_erasure access scope. Also: The user must have access to erase customer data.

Cancels a pending erasure of a customer's data.

To request an erasure of a customer's data use the customerRequestDataErasure mutation.

ID!
required

The ID of the customer for whom to cancel a pending data erasure.


Was this section helpful?

Anchor to CustomerCancelDataErasurePayload returnsCustomerCancelDataErasurePayload returns

ID

The ID of the customer whose pending data erasure has been cancelled.

[CustomerCancelDataErasureUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?