cURL
curl --request POST \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/newsletter/revoke-admin-invite/{newsletterId} \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "phone": "<string>" } '
Revoke a channel administrator invite
{ "phone": "5511999999999" }