---
title: "Delete avatar"
method: DELETE
path: "/user/avatar"
tags: ["User"]
---

# Delete avatar

`DELETE /user/avatar`

Remove the uploaded avatar of the current user. Succeeds even when there was nothing to remove.

## Response `200`

Avatar removed

- UserAvatarDeleted
  - `deleted` boolean, required — False when the user had no uploaded avatar to remove.

## Other responses

- `401` — Missing or invalid credentials

## Changes

- **2026-08-24** `08bbb5bedb5d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/user/avatar/delete.md)

---

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