• Home
  • Dynatrace API
  • Environment
  • Network zones
  • DELETE a network zone

Network zones API - DELETE a network zone

Deletes the specified network zone. Deletion cannot be undone!

You can only delete an empty network zone (a zone that no ActiveGate or OneAgent is using). If the network zone is used as an alternative zone for any OneAgent, it will be automatically removed from the list of possible alternatives.

Early Adopter

This request is an Early Adopter release and may be changed in non-compatible way.

DELETE

  • Dynatrace SaaS https://{your-environment-id}.live.dynatrace.com/api/v2/networkZones/{id}
  • Dynatrace Managed Use the Cluster API.

Authentication

To execute this request, you need the Read network zones (networkZones.read) permission assigned to your API token. To learn how to obtain and use it, see Authentication.

Parameters

ParameterTypeDescriptionInRequired
idstring

The ID of the network zone to be deleted.

pathrequired

Response

Response codes

CodeTypeDescription
204

Deleted. Response doesn't have a body.

400ErrorEnvelope

Failed. See error message in the response body for details.

Related topics
  • Network zones

    Find out how network zones work in Dynatrace.