Delete From Tree
Deletes a contact/group/folder from the Group Tree
Query parameters
-
Group ID to delete
-
Parent Group ID
DELETE /api/groups/deleteFromGroup
curl \
-X DELETE http://api.example.com/api/groups/deleteFromGroup?id=42&parentid=42 \
-H "Authorization: Bearer $ACCESS_TOKEN"