cURL
curl --request DELETE \ --url https://api.example.com/api/v1/contacts/groups/{group_id}/members \ --header 'Content-Type: application/json' \ --data ' { "contact_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "success": true, "added": 123, "member_count": 123 }
Remove contacts from a group.
Documentation IndexFetch the complete documentation index at: https://docs.wazzapi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Request to remove contacts from a group.
1
Successful Response
Response from adding to group.