Ban Account
This endpoint allows you to ban 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/ban_account
Ban Account
{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "BAN_ACCOUNT",
"data": [
{
"apiId": "SOME_API_ID", // Optional - must have one (apiId or accId)
"accId": "SOMEACCID", // Optional - must have one (apiId or accId)
}
]
}
Last modified 29d ago