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

********************
delete_human_task_ui
********************



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

  

  Use this operation to delete a human task user interface (worker task template).

   

  To see a list of human task user interfaces (work task templates) in your account, use `ListHumanTaskUis <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListHumanTaskUis.html>`__. When you delete a worker task template, it no longer appears when you call ``ListHumanTaskUis``.

  

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


  **Request Syntax**
  ::

    response = client.delete_human_task_ui(
        HumanTaskUiName='string'
    )
    
  :type HumanTaskUiName: string
  :param HumanTaskUiName: **[REQUIRED]** 

    The name of the human task user interface (work task template) you want to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  