Updates the specified settings object. Deletion cannot be undone!
DELETE | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/objects/{objectId} |
Environment ActiveGateCluster ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/settings/objects/{objectId} |
To execute this request, you need an access token with settings.write
scope.
To learn how to obtain and use it, see Tokens and authentication.
The ID of the required settings object.
The update token of the object. You can use it to detect simultaneous modifications by different users.
It is generated upon retrieval (GET requests). If set on update (PUT request) or deletion, the update/deletion will be allowed only if there wasn't any change between the retrieval and the update.
If omitted on update/deletion, the operation overrides the current value or deletes it without any checks.
Success. Response doesn't have a body.