delete9

abstract suspend fun delete9(clientId: Long, body: Any): DeleteClientsClientIdResponse

Delete a Client If a client is in Pending state, you are allowed to Delete it. The delete is a 'hard delete' and cannot be recovered from. Once clients become active or have loans or savings associated with them, you cannot delete the client but you may Close the client if they have left the program. Responses:

  • 200: OK

Return

DeleteClientsClientIdResponse

Parameters

clientId

clientId

body