place.stream.server.deleteWebhook

did:web:iame.li

{
  "id": "place.stream.server.deleteWebhook",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "id"
          ],
          "properties": {
            "id": {
              "type": "string",
              "description": "The ID of the webhook to delete."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "WebhookNotFound",
          "description": "The specified webhook was not found."
        },
        {
          "name": "Unauthorized",
          "description": "The authenticated user does not have access to this webhook."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "success"
          ],
          "properties": {
            "success": {
              "type": "boolean",
              "description": "Whether the webhook was successfully deleted."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": null,
      "description": "Delete an existing webhook."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.server.deleteWebhook

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:iame.li
CID
bafyreia6gfnp3l7544ttxnjmbz64kbismfo63ehfxf6dlnhmbz6ow4yic4
Indexed At
2026-02-13 14:02 UTC
AT-URI
at://did:web:iame.li/com.atproto.lexicon.schema/place.stream.server.deleteWebhook

Lexicon Garden

@