events.iterate.com

Event type

events.iterate.com/project/custom-domain-removed

A custom domain was removed from Cloudflare and routing KV.

Payload schema

hostnamestring

The hostname that no longer routes here.

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "hostname": {
      "type": "string",
      "description": "The hostname that no longer routes here."
    }
  },
  "required": [
    "hostname"
  ]
}