Add community member removal

This commit is contained in:
Aslan 2026-01-12 11:53:35 -05:00
parent 847716af50
commit ce79e8f425
2 changed files with 16 additions and 1 deletions

View file

@ -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"
}
```