Skip to main content
DELETE
/
storage
/
filesystems
/
{filesystem_id}
Python (SDK)
from latitudesh_python_sdk import Latitudesh
import os


with Latitudesh(
    bearer=os.getenv("LATITUDESH_BEARER", ""),
) as latitudesh:

    latitudesh.storage.delete_filesystem(filesystem_id="fs_123")

    # Use the SDK ...

Authorizations

Authorization
string
header
required

Path Parameters

filesystem_id
string
required

Response

204

No Content

I