# Plaid::AssetReportRemoveResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **removed** | **Boolean** | `true` if the Asset Report was successfully removed. | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::AssetReportRemoveResponse.new( removed: null, request_id: null ) ```