Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_access_point

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

  • EFS.Client.exceptions.BadRequest
  • EFS.Client.exceptions.InternalServerError
  • EFS.Client.exceptions.AccessPointNotFound