Method: projects.apps.releases.batchDelete

Deletes releases. A maximum of 100 releases can be deleted per request.

HTTP request

POST https://firebaseappdistribution.googleapis.com/v1/{parent=projects/*/apps/*}/releases:batchDelete

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the app resource, which is the parent of the release resources.

Format: projects/{projectNumber}/apps/{appId}

Authorization requires the following IAM permission on the Firebase project that owns the specified resource parent:

  • firebaseappdistro.releases.update

Request body

The request body contains data with the following structure:

JSON representation
{
  "names": [
    string
  ]
}
Fields
names[]

string

Required. The names of the release resources to delete.

Format: projects/{projectNumber}/apps/{appId}/releases/{releaseId}

A maximum of 100 releases can be deleted per request.

Response body

If successful, the response body is empty.

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.