import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.waap.domains.api_paths.delete( path_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e", domain_id=1,)
import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.waap.domains.api_paths.delete( path_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e", domain_id=1,)