import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.cdn.certificates.delete( 0,)
SSL certificates
Delete SSL certificate
DELETE
/
cdn
/
sslData
/
{ssl_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.certificates.delete( 0,)