@@ -477,8 +477,9 @@ public UserFull updateUserById(
477477 }
478478
479479 /**
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.
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.
482483 *
483484 * @param userId The ID of the user. Example: "12345"
484485 */
@@ -487,8 +488,9 @@ public void deleteUserById(String userId) {
487488 }
488489
489490 /**
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.
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.
492494 *
493495 * @param userId The ID of the user. Example: "12345"
494496 * @param queryParams Query parameters of deleteUserById method
@@ -498,8 +500,9 @@ public void deleteUserById(String userId, DeleteUserByIdQueryParams queryParams)
498500 }
499501
500502 /**
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.
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.
503506 *
504507 * @param userId The ID of the user. Example: "12345"
505508 * @param headers Headers of deleteUserById method
@@ -509,8 +512,9 @@ public void deleteUserById(String userId, DeleteUserByIdHeaders headers) {
509512 }
510513
511514 /**
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.
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.
514518 *
515519 * @param userId The ID of the user. Example: "12345"
516520 * @param queryParams Query parameters of deleteUserById method
0 commit comments