---
title: "Delete profile picture"
method: DELETE
path: "/api/v1/user/delete-profile-photo"
tags: ["User"]
---

# Delete profile picture

`DELETE /api/v1/user/delete-profile-photo`

Delete profile picture if you don't need it

## Response `200`

Resource deleted successfully.

- DeletedResponse
  - `detail` string

## Other responses

- `401` — Authentication required.
- `403` — Access denied.

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
