aiMathMathSkillsDestroy method
Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin
Parameters:
Implementation
Future<void> aiMathMathSkillsDestroy(int id, String org,) async {
final response = await aiMathMathSkillsDestroyWithHttpInfo(id, org,);
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}