Cloudkibo / WhatsApp

0 stars 0 forks source link

Simulate Delete Group Icon #78

Closed Assadbintahir closed 6 years ago

Assadbintahir commented 6 years ago

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.

bjafri5 commented 6 years ago

This is complete. @Assadbintahir please test

Assadbintahir commented 6 years ago

I have tested this and it is working as expected

jekram commented 6 years ago

Thanks