/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../../index"; /** * @example * {} * * @example * { * spaceId: "us_sp_YOUR_ID" * } */ export interface DeleteGuestRequest { /** * ID of space to remove guest access from. If not provided, guest will be completely deleted. */ spaceId?: Flatfile.SpaceId; }