SageMaker / Client / delete_workteam

delete_workteam#

SageMaker.Client.delete_workteam(**kwargs)#

Deletes an existing work team. This operation can’t be undone.

See also: AWS API Documentation

Request Syntax

response = client.delete_workteam(
    WorkteamName='string'
)
Parameters:

WorkteamName (string) –

[REQUIRED]

The name of the work team to delete.

Return type:

dict

Returns:

Response Syntax

{
    'Success': True|False
}

Response Structure

  • (dict) –

    • Success (boolean) –

      Returns true if the work team was successfully deleted; otherwise, returns false.

Exceptions