efs_delete_access_point {paws.storage} | R Documentation |
Deletes the specified access point
Description
Deletes the specified access point. After deletion is complete, new clients can no longer connect to the access points. Clients connected to the access point at the time of deletion will continue to function until they terminate their connection.
See https://www.paws-r-sdk.com/docs/efs_delete_access_point/ for full documentation.
Usage
efs_delete_access_point(AccessPointId)
Arguments
AccessPointId |
[required] The ID of the access point that you want to delete. |
[Package paws.storage version 0.7.0 Index]