cURL
curl --request POST \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/remove-admin \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "communityId": "<string>", "phones": [ {} ] } '
Removes one or more administrators from a community
{ "communityId": "120363019502650977", "phones": ["5544999999999", "5544888888888"] }
{ "value": true }