destroy_instance method

int destroy_instance(
  1. trtc_cloud instance
)

1.2

Implementation

int destroy_instance(
  trtc_cloud instance,
) {
  return _destroy_instance(
    instance,
  );
}