---
title: "Deletes a person's profile image."
method: DELETE
path: "/dx/api/people/v1/image/profile/{id}"
tags: ["People / Images and media"]
---

# Deletes a person's profile image.

`DELETE /dx/api/people/v1/image/profile/{id}`

Allows for the deletion of a specified user's profile image. Requires user authentication and permission to edit the profile.

## Response `204`

Profile image removed successfully.

## Other responses

- `401` — Unauthorized. The request is missing a valid session.
- `403` — Forbidden. The user does not have permission to delete the profile image for this user.
- `404` — Profile image not found.

---

[API](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server.md) · [All operations](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hcl-tech-software/people-api-v1-server/versions/2267cfc94cf0/schema)
