From ce79e8f4254ff6f32cb6338ee37591e2cbfd14fddc7328e46e8abefee0b5c805 Mon Sep 17 00:00:00 2001 From: aslan Date: Mon, 12 Jan 2026 11:53:35 -0500 Subject: [PATCH] Add community member removal --- VERSION | 2 +- docs/api/community.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0e2a180..bb7d3c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0 diff --git a/docs/api/community.md b/docs/api/community.md index cf0c539..f1a607d 100644 --- a/docs/api/community.md +++ b/docs/api/community.md @@ -188,3 +188,18 @@ Creates an invite to a community with id = {id} "inviteId": "string" } ``` + +## DELETE /api/v1/community/{id}/members/{memberId} + +_Requires an authorization header_ + +Removes a user with id = {memberId} from a community with id = {id} + +### Response: + +```json +{ + "id": "string", + "userId": "string" +} +```