API
group.unbanIdentity
API
group.unbanIdentity
Unbans an identity from a group. Must be the owner of the group to perform this action.
DELETE https://group.api.rivet.gg/v1/groups/{group_id}/bans/{identity_id}
curl -X DELETE 'https://group.api.rivet.gg/v1/groups/{group_id}/bans/{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 DELETE 'https://group.api.rivet.gg/v1/groups/{group_id}/bans/{identity_id}'