Delete a note by its name.
HTTP request
DELETE https://firebasecrashlytics.googleapis.com/v1alpha/{name=projects/*/apps/*/issues/*/notes/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. The name of the note to delete. Format: projects/{project}/apps/{app}/issues/{issue}/notes/{note}. |
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/firebase
For more information, see the OAuth 2.0 Overview.