DEL
Delete Group Icon
Remove the group profile picture. Requires admin privileges.
API endpoint
https://waclient.com/api/delete_group_iconExample:
curl -X DELETE \
'https://waclient.com/api/delete_group_icon' \
-H 'Content-Type: application/json' \
--data '{
"group_id": "[email protected]",
"instance_id": "6A4B02A1XXXX",
"access_token": "EMCUH3NQQK8YXXXX"
}'Response
{
"status": "success",
"message": "Success",
"data": {
"group_id": "[email protected]",
"deleted": true
}
}| Parameter | Description |
|---|---|
| group_id | Group JID, e.g. [email protected] or numeric id |
| instance_id | Your instance ID |
| access_token | Your access token |