Apigee API . organizations . environments . caches

Instance Methods

close()

Close httplib2 connections.

delete(name, x__xgafv=None)

Deletes a cache.

Method Details

close()
Close httplib2 connections.
delete(name, x__xgafv=None)
Deletes a cache.

Args:
  name: string, Required. Cache resource name of the form: `organizations/{organization_id}/environments/{environment_id}/caches/{cache_id}` (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}