Users
Delete profile photo
Removes the profile photo from the user record and deletes the associated file from the files table.
delete/users/{id}/profile-photo
Path parameters
idinteger required
User ID
Response
Profile photo deleted
Example response
{
"message": "OK"
}