assetReportRemovePost abstract method
- @Post.new(path: '/asset_report/remove')
- @Body.new() required AssetReportRemoveRequest? body,
Delete an Asset Report
Implementation
@Post(path: '/asset_report/remove')
Future<chopper.Response<AssetReportRemoveResponse>> assetReportRemovePost(
{@Body() required AssetReportRemoveRequest? body});