Update PII deletion status

Allows to approve or reject the deletion requests and update the deletion status accordingly.

📘

The API does not allow bulk status change.

Request

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

Body parameters

Parameter
Parameters marked with * are mandatory.
TypeDescription
type*stringType of the data. Only CUSTOMER type is supported.
baseType*stringType of the operation. In this context, DELETE is the baseType.
id*stringPII deletion request ID.
status*stringPII deletion status that needs to be set. For example, APPROVED, REJECTED and CANCELLED.
commentsstringComments or description for the operation

Response

ParameterDescription
entityIdDeletion request id.
warningsDisplays the warning message
resultIndicates whether the update was successful. True-No error, False-error.
totalCountTotal requests updated
failureCountTotal update requests failed
Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!