Delete an adhoc ID check
/api/v1/adhoc-id-checks/{adhoc_id_check_uuid}
operationId: adhoc-id-check.delete
Base: https://portal.watcheye.com.au/api/v1/adhoc-id-checks/{adhoc_id_check_uuid}
Soft-deletes the adhoc ID check. See the Soft Deletion section of the API guide for the full policy (30-day recovery window, portal-only restore).
The record is no longer returned by list/show endpoints but remains in the database for compliance and audit purposes. The deleted adhoc ID check record is returned in the response as confirmation.
Path parameters
| Field | Description |
|---|---|
adhoc_id_check_uuidrequired |
string (uuid) The adhoc ID check UUID |
Responses
Adhoc ID check deleted (soft-delete - returned as confirmation)
application/json
| Field | Description |
|---|---|
data |
object A quick (adhoc) identification check not tied to an entity. |
data. |
string (uuid) |
data. |
string |
data. |
string |
data. |
string |
data. |
string |
data. |
string |
data. |
string |
data. |
string or null |
data. |
string or null |
data. |
string (date-time) or null |
data. |
object or null Identifies who launched the adhoc ID check. The
|
data. |
string Discriminator for the actor type. |
data. |
string (uuid) UUID of the user or API key that launched the check. |
data. |
string Username of the portal user. Present only when |
data. |
string Label of the API key. Present only when |
data. |
object Present only when |
data. |
string (uuid) The IDPass identifier. Use it with the show, image and PDF endpoints. |
data. |
string Where the individual is in the hosted flow:
The last four are terminal. See the IDPass section of the guide. |
data. |
string or null The outcome once
|
data. |
string or null The hosted link the individual opens to complete their verification. Treat it as opaque - pass it on as-is and do not parse or rebuild it. |
data. |
string Path to the full IDPass resource (GET /v1/idpasses/{uuid}). |
api_reference |
string (uuid) |