# Remove bounce

Delivery to the deleted email address resumes until it bounces again.

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

## Path parameters:

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

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

## Response 200 fields (application/json):

  - `message` (string, required)
    Response message

  - `address` (string, required)
    Email address

## Response 400 fields (application/json):

  - `message` (string, required)
    Response message

## Response 404 fields (application/json):

  - `message` (string, required)
    Response message


