# Remove complaint

Delivery to the deleted email address resumes until there is another complaint.

Endpoint: DELETE /v3/{domain_name}/complaints/{address}
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `domain_name` (string, required)
    Domain to delete the complaint from

  - `address` (string, required)
    The address to remove

## Response 200 fields (application/json):

  - `message` (string, required)
    Response message

  - `address` (string, required)
    Email address

## Response 404 fields (application/json):

  - `message` (string, required)
    Response message


