# Delete user settings

Remove specific user settings by their keys for the authenticated user. This operation will permanently delete the specified settings and revert them to their default values. Deleted preferences cannot be recovered.

Endpoint: DELETE /api/v1/settings/user
Version: 1.0
Security: header

## Query parameters:

  - `keys` (array, required)
    Comma-separated list of user setting keys to delete. Each key must correspond to a valid user setting that exists for the authenticated user.

Available keys are:

user.discoverFeed

user.follow

user.notifications.policy

user.notifications.prefs

user.privacy

user.quotePolicy

user.translation
    Example: "user.discoverFeed,user.follow"

## Response 400 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 401 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 403 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


## Response 200 fields
