:doc:`PartnerCentralChannelAPI <../../partnercentral-channel>` / Client / delete_program_management_account

*********************************
delete_program_management_account
*********************************



.. py:method:: PartnerCentralChannelAPI.Client.delete_program_management_account(**kwargs)

  

  Deletes a program management account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-channel-2024-03-18/DeleteProgramManagementAccount>`_  


  **Request Syntax**
  ::

    response = client.delete_program_management_account(
        catalog='string',
        identifier='string',
        clientToken='string'
    )
    
  :type catalog: string
  :param catalog: **[REQUIRED]** 

    The catalog identifier for the program management account.

    

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

    The unique identifier of the program management account to delete.

    

  
  :type clientToken: string
  :param clientToken: 

    A unique, case-sensitive identifier to ensure idempotency of the request.

    This field is autopopulated if not provided.

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`PartnerCentralChannelAPI.Client.exceptions.ResourceNotFoundException`

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

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

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

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

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

  