provider Bounces API DELETE /suppression/bounces
@utdk/sendgrid /suppression/bounces
Delete bounces
**This endpoint allows you to delete all emails on your bounces list.** There are two options for deleting bounced emails: 1. You can delete all bounced emails by setting `delete_all` to `true` in the request body. 2. You can delete a selection of bounced emails by specifying the email addresses in the `emails` array of the request body.
on-behalf-of header
string

Try it

Authentication
Configure credentials for Email Activity (beta)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

deleteSuppressionBounces
DELETE/suppression/bounces
**This endpoint allows you to delete all emails on your bounces list.** There are two options for deleting bounced emails: 1. You can delete all bounced emails by setting `delete_all` to `true` in the request body. 2. You can delete a selection of bounced emails by specifying the email addresses in the `emails` array of the request body.

Input

This parameter allows you to delete **every** email in your bounce list. This should not be used with the emails parameter.

Delete multiple emails from your bounce list at the same time. This should not be used with the delete_all parameter.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.deleteSuppressionBounces({
  "on-behalf-of": "The subuser's username. This header generates the API call as if the subuser account was making the call."
})