aiMathMathQuestionsDestroy method
Retrieve, update and delete math questions.
Parameters:
Implementation
Future<void> aiMathMathQuestionsDestroy(int id, String org,) async {
final response = await aiMathMathQuestionsDestroyWithHttpInfo(id, org,);
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}