/** * @example * { * article_id: 1 * } */ export interface DeleteArticleRequest { /** The unique identifier for the article which is given by Intercom. */ article_id: number; }