Cancel/delete verification order
Orders API
Delete Order
Cancels or soft-deletes a verification order
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>" }.
