modelsDeleteByAssetmodelidAndTenantid method
Archive a model for future deletion
Summary:Archive a model for future deletion.
Return Type:
Parameters:
Implementation
Future<void> modelsDeleteByAssetmodelidAndTenantid(int assetModelId, String tenantId, String region, { String ifMatch, }) async {
final response = await modelsDeleteByAssetmodelidAndTenantidWithHttpInfo(assetModelId, tenantId, region, ifMatch: ifMatch, );
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}