/** * @example * { * id: "id" * } */ export interface DeleteValuesRequest { /** ID of the dynamic value to delete */ id: string; }