Anchor to CustomerRequestDataErasureUserErrorCustomer
objectCustomer Request Data Erasure User Error
Requires access scope.
An error that occurs when requesting a customer data erasure.
Anchor to FieldsFields
- code (CustomerRequestDataErasureErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Customer
Request Data Erasure Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- customerRequestDataErasure (CustomerRequestDataErasurePayload)
- •mutation
Enqueues a request to erase customer's data. Read more here.
To cancel the data erasure request use the customerCancelDataErasure mutation.
- Anchor to customerIdcustomer•ID!
Id required The ID of the customer to erase.
Arguments
Was this section helpful?