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.

Type

Description

type*

string

Type of the data. Only CUSTOMER type is supported.

baseType*

string

Type of the operation. In this context, DELETE is the baseType.

id*

string

PII deletion request ID.

status*

string

PII deletion status that needs to be set. For example, APPROVED, REJECTED and CANCELLED.

comments

string

Comments 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
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!