Delete User (lawmatics_delete-user)
Dissociate a user from the firm in Lawmatics by ID, removing their access to the firm's account. This does NOT permanently delete the underlying user account. This action is irreversible from here.
Tool Input
userIdstringrequired— ID of the user to dissociate from the firm; a numeric string (e.g. '17')(pattern: ^\d+$)
Tool Output
idstringrequired— Lawmatics user ID that was dissociated from the firm
deletedbooleanrequired— Always true; confirms the user was dissociated from the firm (access removed)
Related Tools