# Clear all complaints

Clears all email addresses with complaints from the domain. Delivery to the deleted email addresses will longer be suppressed.

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

## Path parameters:

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

## Response 200 fields (application/json):

  - `message` (string, required)
    Response message

## Response 400 fields (application/json):

  - `message` (string, required)
    Response message


