Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Delete a User’s Profile Image

Deletes the profile image of the specified User account.

DELETE
/api/v2/users/{userId}/profile-image

Usage Notes | Change Log

If this endpoint is called on a User account that does not exist, a 400 error is returned. LDAP User accounts may not be modified or deleted.


Rev Version Update
7.32 Endpoint added.

Path Parameters

Parameter Type Validations
userId string, required ID of user whose profile image is to be deleted.

Response Body

Successful response

Bad request

Unauthorized error

Internal server error