suppression.deleted

Fired when a suppression entry is removed.

Payload

{
  "event_id": "evt_2bH7kNwP5mQaV1sXgIdKe6pZr",
  "type": "suppression.deleted",
  "data": {
    "object": {
      "id": "sup_4yM2nTvR8oPcX3uZiKeLg7sB",
      "object": "suppression",
      "email": "unsubscribed@example.com",
      "type": "bounced",
      "reason": "Delivery bounced",
      "created_at": "2025-12-24T09:00:00.000000Z",
      "keep_until": null
    }
  }
}

Fields

idstring
Link

Unique suppression identifier.

objectstring
Link

Always suppression.

emailstring
Link

Suppressed email address.

typestring
Link

Suppression type (e.g. bounced, complained, manual).

reasonstring
Link

Reason for suppression.

created_atstring
Link

ISO 8601 timestamp.

keep_untilstring | null
Link

ISO 8601 timestamp until suppression is kept.