cURL
curl --request DELETE \ --url https://api.example.com/v1/eligibility/checks/{check_id} \ --header 'X-API-Key: <api-key>'
{ "deleted_count": 123, "eligibility_search_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Soft-deletes an eligibility check. Use scope=all_versions to delete all versions.
Deletion scope: 'single' deletes only the specified check; 'all_versions' deletes all checks sharing the same eligibility_search_id.
single
all_versions
Successful Response
Response for eligibility check deletion
Number of records deleted
The search ID that was deleted