@@ -477,9 +477,8 @@ public UserFull updateUserById(
477477 }
478478
479479 /**
480- * Deletes a user. By default, this operation fails if the user still owns any content, was
481- * recently active, or recently joined the enterprise from a free account. To proceed, move their
482- * owned content first, or use the `force` parameter to delete the user and their files.
480+ * Deletes a user. By default this will fail if the user still owns any content. Move their owned
481+ * content first before proceeding, or use the `force` field to delete the user and their files.
483482 *
484483 * @param userId The ID of the user. Example: "12345"
485484 */
@@ -488,9 +487,8 @@ public void deleteUserById(String userId) {
488487 }
489488
490489 /**
491- * Deletes a user. By default, this operation fails if the user still owns any content, was
492- * recently active, or recently joined the enterprise from a free account. To proceed, move their
493- * owned content first, or use the `force` parameter to delete the user and their files.
490+ * Deletes a user. By default this will fail if the user still owns any content. Move their owned
491+ * content first before proceeding, or use the `force` field to delete the user and their files.
494492 *
495493 * @param userId The ID of the user. Example: "12345"
496494 * @param queryParams Query parameters of deleteUserById method
@@ -500,9 +498,8 @@ public void deleteUserById(String userId, DeleteUserByIdQueryParams queryParams)
500498 }
501499
502500 /**
503- * Deletes a user. By default, this operation fails if the user still owns any content, was
504- * recently active, or recently joined the enterprise from a free account. To proceed, move their
505- * owned content first, or use the `force` parameter to delete the user and their files.
501+ * Deletes a user. By default this will fail if the user still owns any content. Move their owned
502+ * content first before proceeding, or use the `force` field to delete the user and their files.
506503 *
507504 * @param userId The ID of the user. Example: "12345"
508505 * @param headers Headers of deleteUserById method
@@ -512,9 +509,8 @@ public void deleteUserById(String userId, DeleteUserByIdHeaders headers) {
512509 }
513510
514511 /**
515- * Deletes a user. By default, this operation fails if the user still owns any content, was
516- * recently active, or recently joined the enterprise from a free account. To proceed, move their
517- * owned content first, or use the `force` parameter to delete the user and their files.
512+ * Deletes a user. By default this will fail if the user still owns any content. Move their owned
513+ * content first before proceeding, or use the `force` field to delete the user and their files.
518514 *
519515 * @param userId The ID of the user. Example: "12345"
520516 * @param queryParams Query parameters of deleteUserById method
0 commit comments