v1
latestOpenAPI 3.0.12026-07-24501176.6 MBRetrieve request status of PII deletion
Allows you to retrieve status of the PII deletion request that you raised.
get/requests/{id}
Path parameters
idinteger required
PII deletion request id.
Response
200
Example response
{
"type": "CUSTOMER",
"baseType": "DELETE",
"status": "PENDING",
"attribution": {
"createDate": "2023-06-22T10:39:15Z",
"createdBy": {
"id": 75086856,
"code": "jmmaheswar1",
"name": "jmmaheswar1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true
},
"modifiedBy": {
"id": 75086856,
"code": "jmmaheswar1",
"name": "jmmaheswar1",
"type": "TILL",
"adminType": "GENERAL",
"isActive": true
},
"modifiedDate": "2023-06-22T00:00:00Z"
},
"id": 1391416,
"addedOn": "2023-06-22T10:39:15Z",
"userId": 547531875,
"customerDeletionDetails": {
"requestedOn": "2023-06-22T10:39:15Z",
"scheduledOn": "2023-06-23T10:39:15Z",
"currentStatus": "PENDING_DELETION"
},
"comments": "Deletion request"
}