Skip to main content
DELETE
Cancel/delete verification order

Delete Background Check Order

Cancels or soft-deletes a verification order and all associated searches.

Request

string
required
Unique identifier of the verification order to delete (UUID format)

Response

Cancellation is best-effort: the order and its searches are moved to a cancelled state and outstanding outbound work is cancelled.
boolean
true when cancellation succeeded.
string
Identifier of the cancelled verification order (UUID).
string
Resulting status. CANCELLED on success.
string
Human-readable confirmation message.
If the order does not exist, the response is { "error": "Order not found", "orderId": "<id>" }. If cancellation fails, the response is { "error": "<reason>", "orderId": "<id>" }.

Example Request

Example Response

Order not found

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Order cancelled successfully

The response is of type object.