IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete configuration
editDelete configuration
editRequest
editDELETE /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
editDELETE /api/apm/settings/agent-configuration { "service" : { "name": "frontend", "environment": "production" } }