Extensions 2.0 API - DELETE an extension version
Deletes the specified version of an Extensions 2.0 extension.
The request produces an application/json
payload.
DELETE | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/extensions/{extensionName}/{extensionVersion} |
Environment ActiveGateCluster ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/extensions/{extensionName}/{extensionVersion} |
Authentication
To execute this request, you need an access token with extensions.write
scope.
To learn how to obtain and use it, see Tokens and authentication.
Parameters
The name of the requested extension 2.0.
The version of the requested extension 2.0
Response
Response codes
Response body objects
The Extension
object
Data sources that extension uses to gather data
Extension name
Available feature sets
Details of feature sets
SHA-256 hash of uploaded Extension file
Minimal Dynatrace version that works with the extension
Minimal Extension Execution Controller version that works with the extension
Custom variables used in extension configuration
Extension version
The AuthorDto
object
Extension author
Author name
The FeatureSetDetails
object
Additional information about a Feature Set
The MetricDto
object
Metric gathered by an extension
Metric key
The MetricMetadataDto
object
Metric metadata
A short description of the metric
The name of the metric in the user interface
The unit of the metric
Response body JSON model
{"author": {"name": "string"},"dataSources": ["string"],"extensionName": "string","featureSets": ["string"],"featureSetsDetails": {},"fileHash": "string","minDynatraceVersion": "string","minEECVersion": "string","variables": ["string"],"version": "1.2.3"}