Enqueues a request to permanently remove crash reports associated with the specified user. All reports belonging to the specified user will be deleted typically within 24 hours of receiving the crash report.
HTTP request
DELETE https://firebasecrashlytics.googleapis.com/v1alpha/{name=projects/*/apps/*/users/*/crashReports}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Resource name for user reports, in the format:
|
Request body
The request body must be empty.
Response body
Response message for the users.deleteCrashReports
method. All crash reports associated with the specified user will be deleted typically within 24 hours of receiving the crash report.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "targetCompleteTime": string } |
Fields | |
---|---|
target |
Target time to complete the delete crash reports operation. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/firebase
For more information, see the Authentication Overview.