import * as z from "zod/v4-mini"; export type DeleteWebhookRequest = { /** * Object ID of the webhook to delete */ webhookId: string; }; /** @internal */ export type DeleteWebhookRequest$Outbound = { webhookId: string; }; /** @internal */ export declare const DeleteWebhookRequest$outboundSchema: z.ZodMiniType; export declare function deleteWebhookRequestToJSON(deleteWebhookRequest: DeleteWebhookRequest): string; //# sourceMappingURL=deletewebhook.d.ts.map