deleteFamilyMember

abstract suspend fun deleteFamilyMember(familyId: String, memberId: String)

Delete family member by familyId and memberId.

See also

https://be-saas.cloudike.com/backend_docs/rest/api/2/core_pkg/family_app/Member/UserFamilyMember.html#delete

Throws

SessionIsNotInitializedException

When session is not active.

Unauthorized access.

Forbidden access.

DeletingOwnerNotAllowedException

An attempt was made to remove the family owner.

Other problems.