API
group.kickMember
API
group.kickMember
Kicks an identity from a group. Must be the owner of the group to perform this action.
POST https://group.api.rivet.gg/v1/groups/{group_id}/kick/{identity_id}
curl -X POST -d '@body.json' 'https://group.api.rivet.gg/v1/groups/{group_id}/kick/{identity_id}'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
group_idrequired
string
identity_idrequired
string
curl -X POST -d '@body.json' 'https://group.api.rivet.gg/v1/groups/{group_id}/kick/{identity_id}'