@akamai/openapi-ts
    Preparing search index...

    Variable deleteObjectStorageBucketRequestSchemaConst

    deleteObjectStorageBucketRequestSchema: ZodObject<
        {
            body: ZodOptional<ZodNever>;
            path: ZodObject<{ bucket: ZodString; regionId: ZodString }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...