provider Suppressions - Global Suppressions DELETE
/asm/suppressions/global/{email} @utdk/sendgrid
/asm/suppressions/global/{email} Delete a Global Suppression
**This endpoint allows you to remove an email address from the global suppressions group.**
Deleting a suppression group will remove the suppression, meaning email will once again be sent to the previously suppressed addresses. This should be avoided unless a recipient indicates they wish to receive email from you again. You can use our [bypass filters](https://sendgrid.com/docs/ui/sending-email/index-suppressions/#bypass-suppressions) to deliver messages to otherwise suppressed addresses when exceptions are required.
- email path required
- The email address of the global suppression you want to retrieve. Or, if you want to check if an email address is on the global suppressions list, enter that email address here.
- string
- 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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import sendgrid from '@utdk/sendgrid';
await sendgrid.deleteAsmSuppressionsGlobalEmail({
"on-behalf-of": "The subuser's username. This header generates the API call as if the subuser account was making the call."
})