---
title: "Delete profile photo"
method: DELETE
path: "/users/{id}/profile-photo"
tags: ["Users"]
---

# Delete profile photo

`DELETE /users/{id}/profile-photo`

Removes the profile photo from the user record and deletes the associated
file from the files table.

## Path parameters

- `id` integer, required

## Response `200`

Profile photo deleted

- object
  - `message` string
  - `data` boolean — true if photo was deleted

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/verifywise-ai/apis/verifywise-api.md) · [All operations](https://skmtc.net/verifywise-ai/apis/verifywise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verifywise-ai/verifywise-api/versions/c764f0a64a5e/schema)
