DROP Management
Update DROP Status
Use this API to update the status and/or DSAR request ID of an existing DROP record.
put/drop-manager/v1/drop/{dropId}
Path parameters
dropIdinteger required
DROP record identifier
Request body
Example request
{
"status": "DELETED",
"dsarRequestId": "e2d0f59e-3df0-4b1f-965d-d57547ed44ad"
}Response
OK