MultipartyApproval / Client / delete_inactive_approval_team_version
delete_inactive_approval_team_version¶
- MultipartyApproval.Client.delete_inactive_approval_team_version(**kwargs)¶
Deletes an inactive approval team. For more information, see Team health 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 in the Multi-party approval User Guide.
See also: AWS API Documentation
Request Syntax
response = client.delete_inactive_approval_team_version( Arn='string', VersionId='string' )
- Parameters:
Arn (string) –
[REQUIRED]
Amaazon Resource Name (ARN) for the team.
VersionId (string) –
[REQUIRED]
Version ID for the team.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions