credV2IssuersDestroy method

Future<void> credV2IssuersDestroy(
  1. String entityId
)

Parameters:

Implementation

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