Method: projects.locations.clusters.delete

Deletes a specific Redis cluster. Cluster stops serving and data is deleted.

HTTP request

DELETE https://redis.googleapis.com/v1/{name=projects/*/locations/*/clusters/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Redis cluster resource name using the form: projects/{projectId}/locations/{locationId}/clusters/{clusterId} where locationId refers to a GCP region.

Query parameters

Parameters
requestId

string

Idempotent request UUID.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.