import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.cloud.quotas.requests.delete( "request_id",)
Quotas
Delete request to change quotas
DELETE
/
cloud
/
v2
/
limits_request
/
{request_id}
Python
Copy
Ask AI
import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.cloud.quotas.requests.delete( "request_id",)