@@ -653,12 +653,12 @@ def delete_user_by_id(
653653 extra_headers : Optional [Dict [str , Optional [str ]]] = None
654654 ) -> None :
655655 """
656- Deletes a user. By default this will fail if the user
656+ Deletes a user. By default, this operation fails if the user
657657
658- still owns any content. Move their owned content first
658+ still owns any content, was recently active, or recently joined the enterprise from a free account.
659659
660660
661- before proceeding, or use the `force` field to delete
661+ To proceed, move their owned content first, or use the `force` parameter to delete
662662
663663
664664 the user and their files.
@@ -669,8 +669,8 @@ def delete_user_by_id(
669669 :param notify: Whether the user will receive email notification of
670670 the deletion., defaults to None
671671 :type notify: Optional[bool], optional
672- :param force: Whether the user should be deleted even if this user
673- still own files ., defaults to None
672+ :param force: Specifies whether to delete the user even if they still own files,
673+ were recently active, or recently joined the enterprise from a free account ., defaults to None
674674 :type force: Optional[bool], optional
675675 :param extra_headers: Extra headers that will be included in the HTTP request., defaults to None
676676 :type extra_headers: Optional[Dict[str, Optional[str]]], optional
0 commit comments