cURL
curl --request POST \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/leave-group \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "groupId": "<string>" } '
Leave a group you are a member of
{ "groupId": "120363019502650977-group" }
{ "value": true }