paws.networking (version 0.1.6)

servicediscovery_delete_service: Deletes a specified service

Description

Deletes a specified service. If the service still contains one or more registered instances, the request fails.

Usage

servicediscovery_delete_service(Id)

Arguments

Id

[required] The ID of the service that you want to delete.

Request syntax

svc$delete_service(
  Id = "string"
)