abf2adee265f

OpenAPI 3.0.42026-08-042281222.0 KB
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

isDeletableboolean

True if the client can be safely deleted.

blockersstring[] nullable

List of reasons why the client cannot be deleted (empty if IsDeletable is true).