pydo.load_balancers.delete_cache()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
To delete a Global load balancer CDN cache, send a DELETE request to
/v2/load_balancers/$LOAD_BALANCER_ID/cache
.
A successful request will receive a 204 status code with no body in response. This indicates that the request was processed successfully.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
lb_id |
string | True | A unique identifier for a load balancer. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.