provider Invalid Emails API DELETE
/suppression/invalid_emails/{email} @utdk/sendgrid
/suppression/invalid_emails/{email} Delete a specific invalid email
**This endpoint allows you to remove a specific email address from the invalid email address list.**
- email path required
- The specific email address of the invalid email entry that you want to retrieve.
- string
- on-behalf-of header
- string
Try it
Authentication
Configure credentials for Email Activity (beta)
Code snippet
Updates live as you fill in the form above.
TypeScript
import sendgrid from '@utdk/sendgrid';
await sendgrid.deleteSuppressionInvalidEmailsEmail({
"on-behalf-of": "The subuser's username. This header generates the API call as if the subuser account was making the call."
})