events.iterate.com

Event type

events.iterate.com/stream/subscription-removed

Removes a durable subscription. Deleting the config is revocation: the stream is the only holder of the delivery machinery, and its cursor row is dropped with it.

Payload schema

subscriptionKeystring
Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "subscriptionKey": {
      "type": "string",
      "minLength": 1
    }
  },
  "required": [
    "subscriptionKey"
  ]
}