New

The executive guide to generative AI

Read more

Delete configuration

edit

Request

edit

DELETE /api/apm/settings/agent-configuration

Request body

edit
service

(required, object) Service identifying the configuration to delete

Properties of service
name
(required, string) Name of service
environment
(optional, string) Environment of service

Example

edit
DELETE /api/apm/settings/agent-configuration
{
    "service" : {
        "name": "frontend",
        "environment": "production"
    }
}
Was this helpful?
Feedback