English
cURL
curl --request POST \ --url https://api.wppfy.com/group/leave \ --header 'Content-Type: application/json' \ --header 'token: <api-key>' \ --data ' { "groupjid": "120363324255083289@g.us" } '
{ "response": "Group leave successful" }
Removes the current user from a specific WhatsApp group.
Requirements:
Behaviors:
Unique group identifier (JID)
"120363324255083289@g.us"
Successfully left the group
"Group leave successful"