# Clear an email bounce

`POST https://{domain}/api/v1/usuario/bounce/{email}`

Operation ID: `email_bounces.update` · API v1

With `bounce` set to false, clears the address from the bounce list, so Cademí sends emails to it again. The address must have received at least one email.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `email` | path | string (email) | yes | The recipient address. |

## Request body

Content type: `application/json`.

| Field | Type | Required | Description |
|---|---|---|---|
| `bounce` | boolean | no | Send false to clear the address from the bounce list, so emails to it are sent again. Other values change nothing. |

## Responses

### 200

Done. There is no data.

Body: Success.

### 401

The Authorization header is missing, or the key does not exist or was deleted.

Body: HandlerError.

### 409

msg is E-mail bounce não encontrado: no email was sent to the address.

Body: Error.

Full schema: https://cademi.dev/openapi/v1.json
