v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Transactional emails

Delete hardbounces

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

post/smtp/deleteHardbounces

Request body

startDatestring

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

endDatestring

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

contactEmailstring email

Target a specific email address

Example request

{
  "startDate": "2016-12-31",
  "endDate": "2017-01-31",
  "contactEmail": "alex76@example.com"
}

Response

Hardbounces deleted