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