Skip to main content
Fire emits this event when a channel is permanently removed. Your system should deactivate or remove the channel from its local mapping and stop routing any events or orders to it.

Payload

{
  "event": "channel.deleted",
  "id": "evt_abc201",
  "created_at": "2025-01-21T09:00:00Z",
  "data": {
    "account": "1",
    "country": "6",
    "vendorId": 16,
    "channelId": "CH-IFOOD-001",
    "code": "IFOOD"
  }
}

Fields

data

FieldTypeDescription
accountstringAccount identifier — required by downstream systems
countrystringCountry identifier — required by downstream systems
vendorIdintegerBrand identifier
channelIdstringID of the deleted channel
codestringShort code of the deleted channel

Usage

When your system receives this event, remove the channel from your local mapping and stop routing publication events or order injections to it. Any in-flight orders associated with this channel should be completed but no new orders should be injected. Unlike channel.updated with active: "INACTIVE", this event is explicit — the channel no longer exists in Fire.