Firebase Management API (firebase:v1beta1)

2022-06-04

3 removed methods

Deletions

    Methods
  • firebase.projects.iosApps.remove

      Parameter Order: name

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1beta1/projects/{projectsId}/iosApps/{iosAppsId}:remove

      Parameters:

        name

          Type: string

          Pattern: ^projects/[^/]+/iosApps/[^/]+$

          Location: path

          Required: Yes

          Description: Required. The resource name of the IosApp, in the format: projects/ PROJECT_IDENTIFIER/iosApps/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/-/iosApps/APP_ID Refer to the IosApp [name](../projects.iosApps#IosApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and APP_ID values.

      Description: Removes the specified IosApp from the project.

      HTTP Method: POST

      Path: v1beta1/{+name}:remove

  • firebase.projects.androidApps.remove

      Parameter Order: name

      Parameters:

        name

          Location: path

          Description: 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](../projects.androidApps#AndroidApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and APP_ID values.

          Required: Yes

          Type: string

          Pattern: ^projects/[^/]+/androidApps/[^/]+$

      HTTP Method: POST

      Description: Removes the specified AndroidApp from the project.

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v1beta1/{+name}:remove

      Flat Path: v1beta1/projects/{projectsId}/androidApps/{androidAppsId}:remove

  • firebase.projects.webApps.remove

      Path: v1beta1/{+name}:remove

      Parameter Order: name

      Description: Removes the specified WebApp from the project.

      HTTP Method: POST

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        name

          Description: Required. The resource name of the WebApp, in the format: projects/ PROJECT_IDENTIFIER/webApps/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/-/webApps/APP_ID Refer to the WebApp [name](../projects.webApps#WebApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and APP_ID values.

          Pattern: ^projects/[^/]+/webApps/[^/]+$

          Type: string

          Location: path

          Required: Yes

      Flat Path: v1beta1/projects/{projectsId}/webApps/{webAppsId}:remove