pydo.nfs.delete()
Generated on 20 Oct 2025
from pydo
version
v0.18.0
Description
To delete an NFS share, send a DELETE request to /v2/nfs/$ID?region=${region}
.
A successful request will return a 204 No Content
status code.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
nfs_id |
string | True | The unique ID of the NFS share | |
region |
string | True | The DigitalOcean region slug (e.g., nyc2, atl1) where the NFS share resides. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.