Documentation Index
Fetch the complete documentation index at: https://docs.wappfy.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Description
This endpoint allows you to remove the profile picture of the user authenticated in the WhatsApp session. After removal, the profile will have no display picture.
URL Parameters
WhatsApp unique authenticated session ID
Response
Indicates if the operation was successful
Status Codes
200 - Picture removed successfully
400 - Invalid parameters
401 - Unauthorized
404 - Picture not found
500 - Internal server error
Usage Example
curl -X DELETE https://api.wappfy.com.br/api/my-session/profile/picture
Observations
- This operation completely removes the profile picture
- The profile will have no display image after removal
- To add a new picture, use the PUT /api//profile/picture endpoint
Your Wappfy API key (get it at dash.wappfy.com.br)
The session name (instanceName) of the profile you want to update
success
boolean
default:true
required