Links

Kick Account

This endpoint allows you to kick an account from your community.
API endpoint requires the Standard version of Sonoran CMS or higher. For more information, see our pricing page.
post
https://api.sonorancms.com
/general/kick_account
Kick Account
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "KICK_ACCOUNT",
"data": [
{
"apiId": "SOME_API_ID", // Optional - must have one (apiId or accId)
"accId": "SOMEACCID", // Optional - must have one (apiId or accId)
}
]
}