---
title: "Deletes the profile image of the entity with the specified id."
method: DELETE
path: "/files/images/{entityName}/{entityId}"
tags: ["images"]
---

# Deletes the profile image of the entity with the specified id.

`DELETE /files/images/{entityName}/{entityId}`

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Path parameters

- `entityName` string, required
- `entityId` string, uuid, required

## Headers

- `Authorization` string, required

## Response `204`

No Content

- object

## Other responses

- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2026-08-21** `a13e7c704262` — 1 breaking
  - added the pattern `^[A-Za-z]*$` to the `path` request parameter `entityName`

[Change history](https://skmtc.dev/awork-io/apis/api-v1-reference/changes/files/images/:entityName/:entityId/delete.md)

---

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