:doc:`LookoutEquipment <../../lookoutequipment>` / Client / delete_label

************
delete_label
************



.. py:method:: LookoutEquipment.Client.delete_label(**kwargs)

  

  Deletes a label.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DeleteLabel>`_  


  **Request Syntax**
  ::

    response = client.delete_label(
        LabelGroupName='string',
        LabelId='string'
    )
    
  :type LabelGroupName: string
  :param LabelGroupName: **[REQUIRED]** 

    The name of the label group that contains the label that you want to delete. Data in this field will be retained for service usage. Follow best practices for the security of your data.

    

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

    The ID of the label that you want to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`LookoutEquipment.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`LookoutEquipment.Client.exceptions.ThrottlingException`

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

  
  *   :py:class:`LookoutEquipment.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`LookoutEquipment.Client.exceptions.ConflictException`

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

  