Learn R Programming

paws.networking (version 0.1.9)

servicediscovery_delete_namespace: Deletes a namespace from the current account

Description

Deletes a namespace from the current account. If the namespace still contains one or more services, the request fails.

Usage

servicediscovery_delete_namespace(Id)

Arguments

Id

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

Request syntax

svc$delete_namespace(
  Id = "string"
)

Examples

Run this code
# NOT RUN {
# Example: Delete namespace
svc$delete_namespace(
  Id = "ns-ylexjili4cdxy3xm"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab