Tool
mail_suppression_remove
Remove an address from the suppression list; idempotent (returns whether a row existed)
Remove an address from the suppression list; idempotent (returns whether a row existed)
Behavior
- HTTP
DELETE /mail/suppressions/:address
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| address | string | • | Email address to remove from the suppression list |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| address | string | • | |
| removed | boolean | • |
Try it
Remove an address from the suppression list; idempotent (returns whether a row existed).