apiV2CustomerSerialCoursesDestroy method

Future<void> apiV2CustomerSerialCoursesDestroy(
  1. String id
)

Interface to use multiple serializers depends on requested action

Parameters:

Implementation

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