Namespaces
Stop watching a namespace
Stop watching a namespace and remove all its forwarded services
delete/v1/namespaces/{key}
Path parameters
keystring required
Namespace key (e.g., "default.minikube")
Response
Namespace watcher stopped
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}