Neynar · Schema

WebhookDeleteReqBody

Neynar Farcaster API schema for WebhookDeleteReqBody

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
webhook_id string
View JSON Schema on GitHub

JSON Schema

webhookdeletereqbody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/WebhookDeleteReqBody",
  "title": "WebhookDeleteReqBody",
  "description": "Neynar Farcaster API schema for WebhookDeleteReqBody",
  "properties": {
    "webhook_id": {
      "type": "string"
    }
  },
  "required": [
    "webhook_id"
  ],
  "type": "object"
}