:doc:`SageMaker <../../sagemaker>` / Client / delete_workteam

***************
delete_workteam
***************



.. py:method:: SageMaker.Client.delete_workteam(**kwargs)

  

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

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteWorkteam>`_  


  **Request Syntax**
  ::

    response = client.delete_workteam(
        WorkteamName='string'
    )
    
  :type WorkteamName: string
  :param WorkteamName: **[REQUIRED]** 

    The name of the work team to delete.

    

  
  
  :rtype: 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**
  
  *   :py:class:`SageMaker.Client.exceptions.ResourceLimitExceeded`

  