# Remove an authorized sandbox domain email recipient

Remove an authorized sandbox domain email recipient

Endpoint: DELETE /v5/sandbox/auth_recipients/{email}
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `email` (string, required)
    The email address of the authorized recipient to be removed

## Response 200 fields (application/json):

  - `message` (string)
    Response message

## Response 400 fields (application/json):

  - `message` (string)
    Response message


