v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132141101.3 KB
projects

Removes the specified AndroidApp from the FirebaseProject.

post/v1beta1/{+name}:remove

Path parameters

namestring required

Required. The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID Since an APP_ID is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format: projects/-/androidApps/APP_ID Refer to the AndroidApp name field for details about PROJECT_IDENTIFIER and APP_ID values.

Request body

validateOnlyboolean

If set to true, the request is only validated. The App will not be removed.

immediateboolean

Determines whether to immediately delete the AndroidApp. If set to true, the App is immediately deleted from the Project and cannot be undeleted (that is, restored to the Project). If not set, defaults to false, which means the App will be set to expire in 30 days. Within the 30 days, the App may be restored to the Project using UndeleteAndroidApp.

allowMissingboolean

If set to true, and the App is not found, the request will succeed but no action will be taken on the server.

etagstring

Checksum provided in the AndroidApp resource. If provided, this checksum ensures that the client has an up-to-date value before proceeding.

Response

Successful response