:doc:`S3Control <../../s3control>` / Client / delete_access_point_for_object_lambda

*************************************
delete_access_point_for_object_lambda
*************************************



.. py:method:: S3Control.Client.delete_access_point_for_object_lambda(**kwargs)

  

  .. note::

    

    This operation is not supported by directory buckets.

    

   

  Deletes the specified Object Lambda Access Point.

   

  The following actions are related to ``DeleteAccessPointForObjectLambda``:

   

  
  * `CreateAccessPointForObjectLambda <https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html>`__
   
  * `GetAccessPointForObjectLambda <https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html>`__
   
  * `ListAccessPointsForObjectLambda <https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html>`__
  

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteAccessPointForObjectLambda>`_  


  **Request Syntax**
  ::

    response = client.delete_access_point_for_object_lambda(
        AccountId='string',
        Name='string'
    )
    
  :type AccountId: string
  :param AccountId: **[REQUIRED]** 

    The account ID for the account that owns the specified Object Lambda Access Point.

    

  
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the access point you want to delete.

    

  
  
  :returns: None