---
title: "Deletes the user profile image for the specified user."
method: DELETE
path: "/v2.1/accounts/{accountId}/users/{userId}/profile/image"
tags: ["Users"]
---

# Deletes the user profile image for the specified user.

`DELETE /v2.1/accounts/{accountId}/users/{userId}/profile/image`

Deletes the user profile image from the  specified user's profile.

The userId parameter specified in the endpoint must match the authenticated user's user ID and the user must be a member of the specified account.

## Path parameters

- `accountId` string, required
- `userId` string, required

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/revisions/77f1998c313d/schema)
