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

NameInNotes
id requiredpathThe suppression id.

Responses

StatusMeaning
204Removed
401The API key is missing, malformed, expired or revoked
403The API key lacks the suppression:write scope
404No 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.