interface DeleteWebhookParams {
    projectIdOrKey: string | number;
    webhookId: string;
}

Properties

projectIdOrKey: string | number

Project ID or Project Key プロジェクトのID または プロジェクトキー

webhookId: string

Webhook ID WebhookのID