Delete user's profile image
DELETE/api/v4/users/:user_id/image
Delete user's profile image and reset to default image based on user_id string parameter.
Permissions
Must be logged in as the user being updated or have the edit_other_users permission.
Minimum server version: 5.5
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 501
Profile image reset successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Feature is disabled