This method allows users to permanently remove a record from the system. This method should be used sparingly as it does permanently remove the record along with any historical audit trail, consequently it should only be used for removing incorrect or duplicated searches and not just for clients that the business doesn’t deal with anymore.
Request Parameters
Parameter | Type | Format | Description |
---|---|---|---|
Id Required | Int32 | ID of the valid id search record |
Response Parameters
Parameter | Type | Format | Description |
---|---|---|---|
ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
Success | Boolean | True if the record was deleted successfully |