subscriber.deleted

Fired when a subscriber is removed from an audience.

Payload

{
  "event_id": "evt_2bH7kNwP5mQaV1sXgIdKe6pZr",
  "type": "subscriber.deleted",
  "data": {
    "object": {
      "id": "sub_4yM2nTvR8oPcX3uZiKeLg7sB",
      "object": "subscriber",
      "subscribed": true,
      "subscribed_at": null,
      "unsubscribed_at": null,
      "audience": { "id": "oid", "name": "Name" },
      "contact": {
        "id": "oid",
        "email": "email",
        "first_name": "first name",
        "last_name": "last name",
        "custom_fields": {}
      },
      "updated_at": "2026-02-11T22:14:33.481927+00:00",
      "created_at": "2026-02-11T22:14:33.481927+00:00"
    }
  }
}

Fields

idstring
Link

Unique subscriber identifier.

objectstring
Link

Always subscriber.

subscribedboolean
Link

Whether the subscriber is currently subscribed.

subscribed_atstring | null
Link

ISO 8601 timestamp of subscription.

unsubscribed_atstring | null
Link

ISO 8601 timestamp of unsubscription.

audienceobject
Link

The audience this subscriber belongs to.

contactobject
Link

The contact associated with the subscriber.

updated_atstring
Link

ISO 8601 timestamp of the update.

created_atstring
Link

ISO 8601 timestamp.