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