Links

Group Delete Actions

Below API allows to perform various actions like , delete group icon, delete group invite link, leave from group etc
A group will become inactive when it doesn't have any members. So if you want to delete a group then first delete the group invite link then remove all members and admin from the group and last you can leave yourself from the group.
post
https://pickyassist.com/app/api/v2/
delete-group-action
Group Delete Actions

Sample Request Body JSON

{
"token": "7b18871699f225850e9832a24547105cfe3",
"group_id": "194055074-1618213",
"application":10,
"action" : 3
}

Sample Response

{
"status": 100,
"message": "Success"
}