---
title: "Deletes custom user settings for a specified user."
method: DELETE
path: "/v2.1/accounts/{accountId}/users/{userId}/custom_settings"
tags: ["UserCustomSettings"]
---

# Deletes custom user settings for a specified user.

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

Deletes the specified custom user settings for a single user.

If the custom user settings you want to delete are grouped, you
must include the `X-DocuSign-User-Settings-Key` header
in the request:

`X-DocuSign-User-Settings-Key:group_name`

Where the `group_name` is your designated name for the group of
customer user settings.

If the `X-DocuSign-User-Settings-Key` header is not included,
only the custom user settings that were added without
a group are deleted.

## Path parameters

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

## Request body

- CustomSettingsInformation
  - `customSettings` NameValue[] — The name/value pair information for the user custom setting.
    - `errorDetails` ErrorDetails — This object describes errors that occur. It is only valid for responses and ignored in requests.
      - `errorCode` string — The code associated with the error condition.
      - `message` string — A brief message describing the error condition.
    - `name` string — The name of the item.
    - `originalValue` string — The initial value of the item.
    - `value` string — The current value of the item.

## 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/versions/77f1998c313d/schema)
