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'
)
[REQUIRED]
The name of the work team to delete.
{
'Success': True|False
}
Response Structure
Returns true
if the work team was successfully deleted; otherwise, returns false
.
Exceptions
SageMaker.Client.exceptions.ResourceLimitExceeded