apiV2CustomerSerialCoursesDestroy method
Implementation
Future<void> apiV2CustomerSerialCoursesDestroy(String id,) async {
final response = await apiV2CustomerSerialCoursesDestroyWithHttpInfo(id,);
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}