pydo.nfs.delete_access_point()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.nfs.delete_access_point(
access_point_id="becd9f04-8afa-4ccd-b03e-9676447df603",
)Description
To delete an NFS access point, send a DELETE request to
/v2/nfs/access_points/{access_point_id}.
A successful request will soft-delete the access point and return the deleted access point
with status ACCESS_POINT_DELETED and an action object indicating the delete operation.
The default access point (is_default: true) cannot be deleted. Access points already
in ACCESS_POINT_DELETED or ACCESS_POINT_FAILED status return 400 Bad Request.
Parameters
access_point_idstring requiredThe unique identifier of the NFS access point.
Response Example
More Information
See /v2/nfs/access_points/{access_point_id} in the API reference for additional detail on responses, headers, parameters, and more.