We need to write the logic on the simulator to delete the whatsapp group Icon
Here are the endpoint details
Delete the Group Icon
Request
DELETE /v1/groups/you-group-id/icon
Response
A successful response will show 200 OK and either null or {}. If the media is not found, the response will show 404 Not Found and an appropriate error object.
We need to write the logic on the simulator to delete the whatsapp group Icon Here are the endpoint details
Delete the Group Icon Request DELETE /v1/groups/you-group-id/icon Response A successful response will show 200 OK and either null or {}. If the media is not found, the response will show 404 Not Found and an appropriate error object.