v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Update PII deletion status

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

put/requests

Request body

RAW_BODYstring json

Response

200

totalCountinteger
failureCountinteger

Example response

{
  "response": [
    {
      "entityId": 1391416,
      "errors": [
        {
          "message": "Same user cannot request and approve",
          "code": 9051
        }
      ]
    }
  ],
  "totalCount": 1,
  "failureCount": 1
}