Delete a publisher cleanly
pulumi destroy deletes the cloud or Kubernetes resources that Pulumi
owns. It does not delete the Netskope publisher record from the tenant.
After destroying infrastructure, remove the tenant-side record only when
you are sure it is no longer referenced by policy:
- Open the Netskope admin console.
- Go to Settings -> Security Cloud Platform -> Netskope Private Access -> Publishers.
- Select the publisher and delete it.
Or use the API:
1 | curl -X DELETE \ |
Read the publisherId from the secret publishers output before
destroying:
1 | pulumi stack output publishers --show-secrets |