---
title: "Delete hardbounces"
method: POST
path: "/smtp/deleteHardbounces"
tags: ["Transactional emails"]
---

# Delete hardbounces

`POST /smtp/deleteHardbounces`

Delete hardbounces. To use carefully (e.g. in case of temporary ISP failures)

## Request body

- DeleteHardbounces
  - `startDate` string — Starting date (YYYY-MM-DD) of the time period for deletion. The hardbounces occurred after this date will be deleted. Must be less than or equal to the endDate
  - `endDate` string — Ending date (YYYY-MM-DD) of the time period for deletion. The hardbounces until this date will be deleted. Must be greater than or equal to the startDate
  - `contactEmail` string, email — Target a specific email address

## Response `204`

Hardbounces deleted

## Other responses

- `400` — bad request

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
