Interface WebhooksApiWebhooksDestroyRequest

Request parameters for webhooksDestroy operation in WebhooksApi.

WebhooksApiWebhooksDestroyRequest

interface WebhooksApiWebhooksDestroyRequest {
    id: number;
}

Properties

Properties

id: number

A unique integer value identifying this webhook.

WebhooksApiWebhooksDestroy