events.iterate.com

Event type

events.iterate.com/project/custom-domain-remove-requested

A custom domain should be removed from this project.

Payload schema

hostnamestring

The hostname to detach from the project.

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "hostname": {
      "type": "string",
      "description": "The hostname to detach from the project."
    }
  },
  "required": [
    "hostname"
  ]
}