• Home
  • Dynatrace API
  • Configuration
  • Automatically applied tags
  • DELETE an automatically applied tag

Automatically applied tags API - DELETE an auto-tag

Deletes the specified automatically applied tag.

DELETEManagedDynatrace for Governmenthttps://{your-domain}/e/{your-environment-id}/api/config/v1/autoTags/{id}
SaaShttps://{your-environment-id}.live.dynatrace.com/api/config/v1/autoTags/{id}
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/config/v1/autoTags/{id}

Authentication

To execute this request, you need an access token with WriteConfig scope.

To learn how to obtain and use it, see Tokens and authentication.

Parameters

ParameterTypeDescriptionInRequired
idstring

The ID of the auto-tag to be deleted.

pathrequired

Response

Response codes

CodeDescription
204

Deleted. Response doesn't have a body.

Related topics
  • Define and apply tags

    Find out how to define and apply tags manually and automatically.

  • Tags and metadata

    Learn how to define tags and metadata. Understand how to use tags and metadata to organize your environment.