Method: projects.androidApps.sha.delete

Removes a ShaCertificate from the specified AndroidApp.

HTTP request

DELETE https://firebase.googleapis.com/v1beta1/{name=projects/*/androidApps/*/sha/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The resource name of the ShaCertificate to remove from the parent AndroidApp, in the format:

projects/PROJECT_IDENTIFIER/androidApps/APP_ID/sha/SHA_HASH

Refer to the ShaCertificate name field for details about PROJECT_IDENTIFIER, APP_ID, and SHA_HASH values.

You can obtain the full resource name of the ShaCertificate from the response of sha.list or the original sha.create.

Request body

The request body must be empty.

Response body

If successful, the response body is empty.

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.