import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.cdn.origin_groups.delete( 0,)
Copy
Ask AI
{ "name": [ "There are resources using this group" ]}
Origins
Delete origin group
DELETE
/
cdn
/
origin_groups
/
{origin_group_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.origin_groups.delete( 0,)
Copy
Ask AI
{ "name": [ "There are resources using this group" ]}