Skip to main content
DELETE
/
user-data
/
deleteProfilePicture
Delete Profile Picture
curl --request DELETE \
  --url https://www.api.baselink.tech/user-data/deleteProfilePicture \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Remove the user’s profile picture.
success
boolean
Indicates if the profile picture was deleted successfully.
message
string
Success or error message.