# Delete User Key

Deletes a user-key

Endpoint: DELETE /api/v2.0/profile/userKeys/{userKey}
Version: 2.0
Security: bearer-key

## Path parameters:

  - `userKey` (string, required)

## Response 200 fields (application/json):

  - `supportToken` (string)
    Example: "1171c60d"

  - `retVal` (object)

  - `retVal.message` (string)
    Example: "Success!"

## Response 400 fields (*/*):

  - `supportToken` (string)
    Example: "1171c60d"

## Response 403 fields (*/*):

  - `supportToken` (string)
    Example: "1171c60d"


