AI-generated Key Takeaways
- 
          The webpage describes how to delete a Reporting Data Annotation using a DELETEHTTP request.
- 
          The request uses a specific URL format including a required namepath parameter that identifies the annotation to be deleted.
- 
          The request body must be empty, and a successful response will also have an empty body. 
- 
          Deleting a Reporting Data Annotation requires the https://www.googleapis.com/auth/analytics.editauthorization scope.
Deletes a Reporting Data Annotation.
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/reportingDataAnnotations/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 Required. Resource name of the Reporting Data Annotation to delete. Format: properties/property_id/reportingDataAnnotations/reportingDataAnnotation Example: properties/123/reportingDataAnnotations/456 | 
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/analytics.edit