EFS / Client / delete_access_point

delete_access_point#

EFS.Client.delete_access_point(**kwargs)#

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.

This operation requires permissions for the elasticfilesystem:DeleteAccessPoint action.

See also: AWS API Documentation

Request Syntax

response = client.delete_access_point(
    AccessPointId='string'
)
Parameters:

AccessPointId (string) –

[REQUIRED]

The ID of the access point that you want to delete.

Returns:

None

Exceptions