import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.cdn.rule_templates.delete( 0,)
Rule templates
Delete rule template
DELETE
/
cdn
/
resources
/
rule_templates
/
{rule_template_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.cdn.rule_templates.delete( 0,)