Kick Members
Kick one or more members from a community.
Last updated
Was this helpful?
Kick one or more members from a community.
POST /api/servers/:id/members/kick
This endpoint removes one or more members from a community and disconnects them from the radio if they are currently connected.
Headers
Content-Type
application/json
URL Parameters
id
string
Community ID
Body
apiKey
string
Community API key
accIds
string array
Account UUIDs to kick
Example Body
{
"apiKey": "your-community-api-key",
"accIds": [
"91de0ce8-c571-11e9-9714-5600023b2434"
]
}Response
Last updated
Was this helpful?
Was this helpful?
{
"result": "ok",
"data": "All users live kicked from radio."
}
