import * as z from "zod/v4-mini"; export type WebhooksDeleteWebhookEndpointRequest = { /** * The webhook endpoint ID. */ id: string; }; /** @internal */ export type WebhooksDeleteWebhookEndpointRequest$Outbound = { id: string; }; /** @internal */ export declare const WebhooksDeleteWebhookEndpointRequest$outboundSchema: z.ZodMiniType; export declare function webhooksDeleteWebhookEndpointRequestToJSON(webhooksDeleteWebhookEndpointRequest: WebhooksDeleteWebhookEndpointRequest): string; //# sourceMappingURL=webhooksdeletewebhookendpoint.d.ts.map