latestOpenAPI 3.0.42026-08-132282233.5 KB
8d237e9c6592
Clients
Check if a client can be deleted (test environment only)
Checks whether a client can be safely deleted for testing purposes.
⚠️ TEST ENVIRONMENT ONLY - This endpoint is only available on the test environment.
Use this endpoint before calling DELETE to verify the client can be removed.
A client can be deleted if:
- They have no active collection cases (only pending cases are allowed)
- They have no leads with active quotes
Returns
- isDeletable: true if the client can be deleted
- blockers: list of reasons why deletion is blocked (if any)
get/clients/{externalTenantId}/is-deletable
Path parameters
externalTenantIdstring required
Response
Deletability check completed