Add a PII deletion request

The PII deletion request API allows you to raise a PII deletion request.

👍

For detailed information about our APIs and for hands-on testing, refer documentation in API overview and step-by-step guide on making your first API call in Make your first API call .

Prerequisites

  • Make sure that PII deletion configuration is enabled. Refer Enable PII deletion documentation for more information.
  • Make sure that you have appropriate access control configured. For more information, see access group documentation.

Request

Request curl: https://<host>/v2/requests

Body parameters

ParameterTypeDescription
typestringType of the data. At present, only CUSTOMER is supported.
baseTypestringType of the operation. In this context, DELETE is the operation type.
commentsstringComments or description.
sourcestringSource of customer data
identifierTypestringType of identifier
identifierValuestringValue of the identifier

Response

ParameterDescription
createdIdThe request-id created.
warningsWarnings, if any.
Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!