Method: projects.apps.users.deleteCrashReports
Stay organized with collections
Save and categorize content based on your preferences.
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 |
string
Required. Resource name for user reports, in the format:
projects/PROJECT_IDENTIFIER/apps/APP_ID/users/USER_ID/crashReports
- PROJECT_IDENTIFIER: The Firebase project's project number (recommended) or its project ID. Learn more about using project identifiers in Google's AIP 2510 standard.
- APP_ID: The globally unique, Firebase-assigned identifier for the Firebase App. This is not your package name or bundle ID. Learn how to find your app ID.
- USER_ID: The user ID set using the Crashlytics SDK. Learn how to set user identifiers.
|
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 |
targetCompleteTime |
string (Timestamp format)
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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z" .
|
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-21 UTC.
[null,null,["Last updated 2024-11-21 UTC."],[],[],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.DeleteUserCrashReportsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nEnqueues 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.\n\nHTTP request\n\n`DELETE https://firebasecrashlytics.googleapis.com/v1alpha/{name=projects/*/apps/*/users/*/crashReports}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\nRequest body\n\nThe request body must be empty.\n\nResponse body Response message for the [users.deleteCrashReports](/docs/reference/crashlytics/rest/v1alpha/projects.apps.users/deleteCrashReports#google.firebase.crashlytics.v1alpha.FirebaseCrashlytics.DeleteUserCrashReports) method. All crash reports associated with the specified user will be deleted typically within 24 hours of receiving the crash report.\n\nIf successful, the response body contains data with the following structure:\n\nAuthorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/firebase`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]