Container for a list of webhook IDs.

interface DeleteWebhookById {
    webhookIds: number[];
}

Hierarchy (view full)

Properties

Properties

webhookIds: number[]

A list of webhook IDs.