:doc:`ApplicationInsights <../../application-insights>` / Client / remove_workload

***************
remove_workload
***************



.. py:method:: ApplicationInsights.Client.remove_workload(**kwargs)

  

  Remove workload from a component.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/RemoveWorkload>`_  


  **Request Syntax**
  ::

    response = client.remove_workload(
        ResourceGroupName='string',
        ComponentName='string',
        WorkloadId='string'
    )
    
  :type ResourceGroupName: string
  :param ResourceGroupName: **[REQUIRED]** 

    The name of the resource group.

    

  
  :type ComponentName: string
  :param ComponentName: **[REQUIRED]** 

    The name of the component.

    

  
  :type WorkloadId: string
  :param WorkloadId: **[REQUIRED]** 

    The ID of the workload.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ApplicationInsights.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ApplicationInsights.Client.exceptions.ValidationException`

  
  *   :py:class:`ApplicationInsights.Client.exceptions.InternalServerException`

  