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