:doc:`MultipartyApproval <../../mpa>` / Client / delete_inactive_approval_team_version

*************************************
delete_inactive_approval_team_version
*************************************



.. py:method:: MultipartyApproval.Client.delete_inactive_approval_team_version(**kwargs)

  

  Deletes an inactive approval team. For more information, see `Team health <https://docs.aws.amazon.com/mpa/latest/userguide/mpa-health.html>`__ in the *Multi-party approval User Guide*.

   

  You can also use this operation to delete a team draft. For more information, see `Interacting with drafts <https://docs.aws.amazon.com/mpa/latest/userguide/update-team.html#update-team-draft-status>`__ in the *Multi-party approval User Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mpa-2022-07-26/DeleteInactiveApprovalTeamVersion>`_  


  **Request Syntax**
  ::

    response = client.delete_inactive_approval_team_version(
        Arn='string',
        VersionId='string'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    Amaazon Resource Name (ARN) for the team.

    

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

    Version ID for the team.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`MultipartyApproval.Client.exceptions.AccessDeniedException`

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

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

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

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

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

  