aiMathMathSampleQuestionsDestroy method
Upload documents to provide sample questions of reference to generate more math questions from.
Parameters:
Implementation
Future<void> aiMathMathSampleQuestionsDestroy(int id, String org,) async {
final response = await aiMathMathSampleQuestionsDestroyWithHttpInfo(id, org,);
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}