import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.fastedge.templates.delete( id=0,)
Copy
Ask AI
{ "error": "<string>"}
FastEdge Templates
Delete template
DELETE
/
fastedge
/
v1
/
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.fastedge.templates.delete( id=0,)