/** * @example * { * source_id: "source_id" * } */ export interface DeleteContentImportSourceRequest { /** The unique identifier for the content import source which is given by Intercom. */ source_id: string; }