deleteService method

ResponseFuture<Operation> deleteService(
  1. DeleteServiceRequest request, {
  2. CallOptions? options,
})

Deletes a managed service. This method will change the service to the Soft-Delete state for 30 days. Within this period, service producers may call google.api.servicemanagement.v1.ServiceManager.UndeleteService to restore the service. After 30 days, the service will be permanently deleted.

Operation<response: google.protobuf.Empty>

Implementation

$grpc.ResponseFuture<$2.Operation> deleteService(
  $0.DeleteServiceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$deleteService, request, options: options);
}