Ban Members
Ban one or more members from a community.
Last updated
Was this helpful?
Ban one or more members from a community.
POST /api/servers/:id/members/ban
This endpoint bans 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 ban
Example Body
{
"apiKey": "your-community-api-key",
"accIds": [
"91de0ce8-c571-11e9-9714-5600023b2434"
]
}Response
Last updated
Was this helpful?
Was this helpful?
{
"result": "ok"
}
