# DELETE /users/:id/profile_picture **DELETE /users/{id}/profile_picture** Delete user profile_picture ## Servers ## Parameters ### Path parameters - **id** (integer(int64)) ID of the resource to fetch ## Responses ### 200 successful operation #### Body: (array[object]) - **id** (integer) - **user_id** (integer) - **image** (string) - **url** (string) ### 400 Bad Request ### 401 Authorization information is missing or invalid. ### 404 User Not Found ### 500 Server Error [Powered by Bump.sh](https://bump.sh)