Delete Profile Picture

DELETE /user/profile/update-profile-picture/

The DELETE /user/profile/update-profile-picture/ endpoint allows the deletion of a user's profile picture. No parameters are required.


Parameters

None


Responses

Code

Description

204

Profile picture deleted successfully. No content returned.


Example Request

DELETE /user/profile/update-profile-picture/ HTTP/1.1
Host: api.example.com
Authorization: Bearer <access_token>

Example Response

codeHTTP/1.1 204 No Content

Last updated