events.iterate.com

Event type

events.iterate.com/project/human-approval-key-revoked

Revoke an enrolled approval key; signatures from it stop being accepted.

Payload schema

keyIdstring

The enrolled key to stop accepting.

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "keyId": {
      "type": "string",
      "description": "The enrolled key to stop accepting."
    }
  },
  "required": [
    "keyId"
  ]
}