AI-generated Key Takeaways
-
This document outlines how to delete a telemetry notification config using an HTTP DELETE request.
-
The request requires specifying the name of the notification config as a path parameter in the URL.
-
The request body must be empty, and a successful response body will also be empty.
-
Deleting a notification config requires the
https://www.googleapis.com/auth/chrome.management.telemetry.readonly
OAuth scope.
Delete a telemetry notification config.
HTTP request
DELETE https://chromemanagement.googleapis.com/v1/{name=customers/*/telemetry/notificationConfigs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the notification config to delete. Format: |
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.telemetry.readonly