cURL
curl --request DELETE \ --url https://{host}/api/{session}/profile/picture \ --header 'apikey: <api-key>'
{ "success": true }
Remove the user profile picture in the WhatsApp session
200
400
401
404
500
curl -X DELETE https://api.wappfy.com.br/api/my-session/profile/picture
Your Wappfy API key (get it at dash.wappfy.com.br)
The session name (instanceName) of the profile you want to update