delete
public Apigee.Organizations.Environments.Caches.Delete delete(String name)
throws IOException
Deletes a cache.
Create a request for the method "caches.delete".
This request holds the parameters needed by the apigee server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Required. Cache resource name of the form:
`organizations/{organization_id}/environments/{environment_id}/caches/{cache_id}`
- Returns:
- the request
- Throws:
IOException