Notifications API - DELETE a notification configuration
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 | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/notifications/{id} |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/notifications/{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
Parameter
Type
Description
In
Required
id
string
The ID of the notification configuration to be deleted.
path
required
Response
Response codes
Code
Description
204
Success. The notification configuration has been deleted. The response doesn't have a body.