cURL
curl --request DELETE \ --url https://api.theary.ai/background-check/v1/orders/{id} \ --header 'Authorization: Bearer <token>'
{ "orderId": "<string>", "status": "<string>", "deletedAt": "<string>", "affectedSearches": 123 }
Cancels or soft-deletes a verification order
curl -X DELETE "https://api.theary.ai/background-check/v1/orders/550e8400-e29b-41d4-a716-446655440000" \ -H "Authorization: Bearer YOUR_JWT_TOKEN" \ -H "Content-Type: application/json"