Skip to content

Commit cb2860c

Browse files
chore: update public api members delete xmldoc, refs PM-20520 (#5708)
1 parent 0434191 commit cb2860c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Api/AdminConsole/Public/Controllers/MembersController.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ public async Task<IActionResult> PutGroupIds(Guid id, [FromBody] UpdateGroupIdsR
221221
/// Remove a member.
222222
/// </summary>
223223
/// <remarks>
224-
/// Permanently removes a member from the organization. This cannot be undone.
225-
/// The user account will still remain. The user is only removed from the organization.
224+
/// Removes a member from the organization. This cannot be undone. The user account will still remain.
226225
/// </remarks>
227226
/// <param name="id">The identifier of the member to be removed.</param>
228227
[HttpDelete("{id}")]

0 commit comments

Comments
 (0)