Delete User Profile Picture
DELETE/org/:orgId/users/:userId/picture
Removes the Profile Picture
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
userId stringrequired
The userId of the user for which you are querying.
Responses
- 200
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"raw_json": "{\"lastOrg\":\"default\",\"logincount\":1}"
}
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"raw_json": "{\"lastOrg\":\"default\",\"logincount\":1}"
}
}
This error will occur if calling user does not have access right for the API.
This error will occur if the org identified by orgId does not exist, or the user identified by userId does not exist.
A server error occurred. Check the logs for more details.
Loading...