Add community member removal
This commit is contained in:
parent
847716af50
commit
ce79e8f425
2 changed files with 16 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue