Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_workteam

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

  • SageMaker.Client.exceptions.ResourceLimitExceeded