Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Deprecated
Remove a user from a group. Only a group admin can remove a user from a group.
DELETE
/backend/v1/groups/{groupId}/users/{userId}
Remove a user from a group. Only a group admin can remove a user from a group.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
groupId
*
Type
string
Required
format
uuid
userId
*
Type
string
Required
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
DELETE
/backend/v1/groups/{groupId}/users/{userId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
groupId
*
userId
*
Try it out
Samples
Powered by
VitePress OpenAPI