Python
from gcore import Gcore client = Gcore( api_key="My API Key", ) client.cloud.file_shares.access_rules.delete( access_rule_id="4f09d7dd-f1f8-4352-b015-741b2192db47", project_id=1, region_id=1, file_share_id="bd8c47ee-e565-4e26-8840-b537e6827b08", )
Was this page helpful?