This API is deprecated. Use the Settings API instead. Look for the Problem notifications (builtin:problem.notifications) schema.
Deletes the specified notification configuration. Deletion cannot be undone!
| DELETE | ManagedDynatrace for Government | https://{your-domain}/e/{your-environment-id}/api/config/v1/notifications/{id} |
| Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/config/v1/notifications/{id} |
To execute this request, you need an access token with WriteConfig scope.
To learn how to obtain and use it, see Tokens and authentication.
| Parameter | Type | Description | In | Required |
|---|---|---|---|---|
| id | string | The ID of the notification configuration to be deleted. | path | required |
| Code | Description |
|---|---|
| 204 | Success. The notification configuration has been deleted. The response doesn't have a body. |