Skip to content

It is possible to cancel a GDPR request, based on its subject_request_id, but only during the pending phase. You can get the subject_request_id from the response of “GDPR Register” API call.


DELETEapi.appvirality.com/gdpr1_0/opengdpr_requests/subject_request_id

Response

{
"controller_id": "004d37de619e41888eb7a4f800715468",
"received_time": "2018-05-23T06:23:47Z",
"subject_request_id": "a7551968-d5d16-44b2-9831-815ac9017117298"
}

Response Params

Output ParamsDescription
controller_idAPI key of the application
received_timeRFC 3339 date string representing the time when the Processor received the cancellation request.
subject_request_idUUID v4 string from the originating request.