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:
parent
0434191bca
commit
cb2860c0c1
@ -221,8 +221,7 @@ public class MembersController : Controller
|
|||||||
/// Remove a member.
|
/// Remove a member.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// Permanently removes a member from the organization. This cannot be undone.
|
/// Removes a member from the organization. This cannot be undone. The user account will still remain.
|
||||||
/// The user account will still remain. The user is only removed from the organization.
|
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="id">The identifier of the member to be removed.</param>
|
/// <param name="id">The identifier of the member to be removed.</param>
|
||||||
[HttpDelete("{id}")]
|
[HttpDelete("{id}")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user