MultipartyApproval / Client / start_active_approval_team_deletion

start_active_approval_team_deletion

MultipartyApproval.Client.start_active_approval_team_deletion(**kwargs)

Starts the deletion process for an active approval team.

Note

Deletions require team approval

Requests to delete an active team must be approved by the team.

See also: AWS API Documentation

Request Syntax

response = client.start_active_approval_team_deletion(
    PendingWindowDays=123,
    Arn='string'
)
Parameters:
  • PendingWindowDays (integer) – Number of days between when the team approves the delete request and when the team is deleted.

  • Arn (string) –

    [REQUIRED]

    Amazon Resource Name (ARN) for the team.

Return type:

dict

Returns:

Response Syntax

{
    'DeletionCompletionTime': datetime(2015, 1, 1),
    'DeletionStartTime': datetime(2015, 1, 1)
}

Response Structure

  • (dict) –

    • DeletionCompletionTime (datetime) –

      Timestamp when the deletion process is scheduled to complete.

    • DeletionStartTime (datetime) –

      Timestamp when the deletion process was initiated.

Exceptions