import os
from gcore import Gcore
client = Gcore(
api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted
)
client.fastedge.secrets.delete(
id=0,
)
Copy
Ask AI
{
"error": "<string>"
}
FastEdge Secrets
Delete a secret
DELETE
/
fastedge
/
v1
/
secrets
/
{id}
Python
Copy
Ask AI
import os
from gcore import Gcore
client = Gcore(
api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted
)
client.fastedge.secrets.delete(
id=0,
)