DeleteWebhookRequest: {
    region?: Region;
    webhookId: string;
}

Type declaration

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • webhookId: string

    ID of the Webhook to delete.