1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-26 07:12:20 -05:00

chore: update public api members delete xmldoc, refs PM-20520 (#5708)

This commit is contained in:
Vincent Salucci 2025-04-25 05:54:54 -05:00 committed by GitHub
parent 0434191bca
commit cb2860c0c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -221,8 +221,7 @@ public class MembersController : Controller
/// Remove a member.
/// </summary>
/// <remarks>
/// Permanently removes a member from the organization. This cannot be undone.
/// The user account will still remain. The user is only removed from the organization.
/// Removes a member from the organization. This cannot be undone. The user account will still remain.
/// </remarks>
/// <param name="id">The identifier of the member to be removed.</param>
[HttpDelete("{id}")]