:doc:`VPCLattice <../../vpc-lattice>` / Client / delete_access_log_subscription

******************************
delete_access_log_subscription
******************************



.. py:method:: VPCLattice.Client.delete_access_log_subscription(**kwargs)

  

  Deletes the specified access log subscription.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeleteAccessLogSubscription>`_  


  **Request Syntax**
  ::

    response = client.delete_access_log_subscription(
        accessLogSubscriptionIdentifier='string'
    )
    
  :type accessLogSubscriptionIdentifier: string
  :param accessLogSubscriptionIdentifier: **[REQUIRED]** 

    The ID or ARN of the access log subscription.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`VPCLattice.Client.exceptions.ValidationException`

  
  *   :py:class:`VPCLattice.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`VPCLattice.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`VPCLattice.Client.exceptions.ThrottlingException`

  
  *   :py:class:`VPCLattice.Client.exceptions.InternalServerException`

  