Suppressions
Remove a suppression
DELETE/v1/suppressions/{id}requires suppression:write
Hard bounces, manual entries, and invalid-address rows can be removed. Complaints and unsubscribes cannot — those are opt-outs.
Requestcurl -X DELETE https://api.transmit.dev/v1/suppressions/{id} \
-H "Authorization: Bearer tr_v2_…"Parameters
| Name | In | Notes |
|---|---|---|
id required | path | The suppression id. |
Responses
| Status | Meaning |
|---|---|
204 | Removed |
401 | The API key is missing, malformed, expired or revoked |
403 | The API key lacks the suppression:write scope |
404 | No such suppression, or it is a complaint/unsubscribe and cannot be removed |
Every response body is described in the OpenAPI spec, which this page is generated from.