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 | 
 Required. The name of the app resource, which is the parent of the release resources. Format:  Authorization requires the following IAM permission on the Firebase project that owns the specified resource  
 | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| { "names": [ string ] } | 
| Fields | |
|---|---|
| names[] | 
 Required. The names of the release resources to delete. Format:  A maximum of 100 releases can be deleted per request. | 
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the OAuth 2.0 Overview.