:doc:`NetworkManager <../../networkmanager>` / Client / delete_core_network_prefix_list_association

*******************************************
delete_core_network_prefix_list_association
*******************************************



.. py:method:: NetworkManager.Client.delete_core_network_prefix_list_association(**kwargs)

  

  Deletes an association between a core network and a prefix list.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DeleteCoreNetworkPrefixListAssociation>`_  


  **Request Syntax**
  ::

    response = client.delete_core_network_prefix_list_association(
        CoreNetworkId='string',
        PrefixListArn='string'
    )
    
  :type CoreNetworkId: string
  :param CoreNetworkId: **[REQUIRED]** 

    The ID of the core network from which to delete the prefix list association.

    

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

    The ARN of the prefix list to disassociate from the core network.

    

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

    
    ::

      {
          'CoreNetworkId': 'string',
          'PrefixListArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **CoreNetworkId** *(string) --* 

        The ID of the core network from which the prefix list association was deleted.

        
      

      - **PrefixListArn** *(string) --* 

        The ARN of the prefix list that was disassociated from the core network.

        
  
  **Exceptions**
  
  *   :py:class:`NetworkManager.Client.exceptions.ValidationException`

  
  *   :py:class:`NetworkManager.Client.exceptions.ServiceQuotaExceededException`

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

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

  
  *   :py:class:`NetworkManager.Client.exceptions.ConflictException`

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

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

  