Delete profile picture
Profile
Remove Picture
Remove the user profile picture in the WhatsApp session
DELETE
Delete profile picture
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 successfully400- Invalid parameters401- Unauthorized404- Picture not found500- Internal server error
Usage Example
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
