Re-run matching for a session (iterative clearing)

POST/api/v1/advisory-firms/{firm_id}/cleanup-sessions/{session_id}/run

Confirmed pairs drop out of the pool, so each re-run surfaces the next layer of matches.

Operation ID: rerun_cleanup_session_api_v1_advisory_firms__firm_id__cleanup_sessions__session_id__run_post·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

firm_idstringrequired
session_idstringrequired

Responses

201Successful Response

successboolean
messagestring
codestring
dataCleanupRunResponse

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

404Not Found - Resource does not exist

422Validation Error - Invalid data format