/** * @example * { * contact_id: "contact_id" * } */ export interface DeleteContactRequest { /** contact_id */ contact_id: string; }