This method allows users to archive a search record. This method should be used for clients that are no-longer active, as it does permanently remove the record from the PEP list update process.
Request Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| Id Required | Int64 | ID of the search record |
Response Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
| Success | Boolean | True if the record was archived successfully |