:doc:`Invoicing <../../invoicing>` / Client / delete_procurement_portal_preference

************************************
delete_procurement_portal_preference
************************************



.. py:method:: Invoicing.Client.delete_procurement_portal_preference(**kwargs)

  

  Deletes an existing procurement portal preference. This action cannot be undone. Active e-invoice delivery and PO retrieval configurations will be terminated.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/invoicing-2024-12-01/DeleteProcurementPortalPreference>`_  


  **Request Syntax**
  ::

    response = client.delete_procurement_portal_preference(
        ProcurementPortalPreferenceArn='string'
    )
    
  :type ProcurementPortalPreferenceArn: string
  :param ProcurementPortalPreferenceArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the procurement portal preference to delete.

    

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

    
    ::

      {
          'ProcurementPortalPreferenceArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ProcurementPortalPreferenceArn** *(string) --* 

        The Amazon Resource Name (ARN) of the deleted procurement portal preference.

        
  
  **Exceptions**
  
  *   :py:class:`Invoicing.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Invoicing.Client.exceptions.ValidationException`

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

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

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

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

  