Method: projects.apps.users.deleteCrashReports

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.