# Delete a Mail2Fax profile

Delete the specified Mail2Fax profile

Endpoint: DELETE /outbound/profiles/{profile}
Version: 2.0
Security: http-basic-auth

## Path parameters:

  - `profile` (string, required)
    The profile name

## 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)

