User APIs
Delete User profile image
OVERVIEW
Overview
Delete a profile image for a user
This API call is used to delete a profile image
HTTP Request
DELETE /api/5/users/<USERID>/avatar
HTTP Response
Success
HTTP response 200 with User Summary Object
(Example below)
Example HTTP Request & Response
POST http://example.com/context/api/5/users/123/avatar
Summary | Ref Code (V4) | Ref Code (before V4) |
The following users do not exist within the system | 110 | |
The given action cannot be performed on anonymised user(s). | 325 | |
User ID is not in proper format | 113 |
Last Updated: Nov 08,2024
Comments
0 Comments