# Delete a Mail2Fax user

Delete a Mail2Fax user

Endpoint: DELETE /outbound/users/{user}
Version: 2.0
Security: http-basic-auth

## Path parameters:

  - `user` (string, required)
    The Mail2Fax user's email address
    Example: "john.smith@retarus.com"

## Response 401 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)

## Response 403 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)

## Response 404 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)


## Response 200 fields
