Mailrelay API Reference

Delete bounces

DELETE /bounces

Delete one or more bounced emails.

This will remove the emails from the bounces list and reactivate the subscriber, allowing emails to be sent again.

Parameters

NameTypeDescription
emails array Emails that will be removed

Responses

StatusDescription
200 Success
422 A validation error occurred. Check the response body for more information.
401 The API key wasn't sent or is invalid
500 An internal error happened. Try again later.