---
title: "Delete avatar"
method: DELETE
path: "/me/avatars/{imageHash}"
tags: ["avatars"]
---

# Delete avatar

`DELETE /me/avatars/{imageHash}`

Deletes a specific avatar for the authenticated user.

## Path parameters

- `imageHash` string, required

## Response `200`

Avatar deleted successfully

## Other responses

- `401` — Not Authorized
- `403` — Insufficient Scope
- `404` — Avatar not found

## Changes

- **2024-12-04** `1c9fc9b35a5c` — 1 breaking, 2 info
  - removed the success response with the status `200`
  - removed the non-success response with the status `404`
  - added the success response with the status `204`
- **2024-11-20** `0cfe4779525b` — 1 info
  - endpoint added
- **2024-10-21** `bd1e2294c942` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/automattic/apis/gravatar-public-api/changes/me/avatars/:imageHash/delete.md)

---

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