Skip to content

Delete Access Point

efs_delete_access_point 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.

This operation requires permissions for the elasticfilesystem:DeleteAccessPoint action.

Usage

efs_delete_access_point(AccessPointId)

Arguments

AccessPointId

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

Value

An empty list.

Request syntax

svc$delete_access_point(
  AccessPointId = "string"
)