v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

status'PENDING' | 'EXEMPTED' | 'DELETED' | 'OPTED_OUT' | 'NOT_FOUND'

DROP status to update. Valid values: PENDING, EXEMPTED, DELETED, OPTED_OUT, NOT_FOUND. The status must be different from the current status.

dsarRequestIdstring uuid

DSAR request ID to link with the DROP record. Used to associate the DROP with a DSAR request.

Example request

{
  "status": "DELETED",
  "dsarRequestId": "e2d0f59e-3df0-4b1f-965d-d57547ed44ad"
}

Response

OK