remove_user_community_space
Remove a user from a community space by providing the space ID and user ID.
Instructions
🔴 DESTRUCTIVE · deletes · Community · DELETE /v2/community/spaces/{id}/users/{uid}
Remove a user from a community space
Removes the user specified by the provided user id from the provide space id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the community space | |
| uid | Yes | Uniquer identifier of the user |