# Deletes all the stored data associated with the user

Deletes all the stored data associated with the user

Endpoint: DELETE /stored-data/v1/users/{userId}
Version: all
Security: Bearer

## Path parameters:

  - `userId` (string, required)
    Unique reference for the user

## Response 404 fields (application/json):

  - `code` (string,null)
    Error code.

  - `description` (string,null)
    Error message.

  - `details` (string,null)
    Error details.

  - `correlationId` (string,null)
    User transaction tracking Id


## Response 204 fields

## Response 401 fields
