LookoutEquipment / Client / delete_label

delete_label#

LookoutEquipment.Client.delete_label(**kwargs)#

Deletes a label.

See also: AWS API Documentation

Request Syntax

response = client.delete_label(
    LabelGroupName='string',
    LabelId='string'
)
Parameters:
  • LabelGroupName (string) –

    [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.

  • LabelId (string) –

    [REQUIRED]

    The ID of the label that you want to delete.

Returns:

None

Exceptions

  • LookoutEquipment.Client.exceptions.ResourceNotFoundException

  • LookoutEquipment.Client.exceptions.ThrottlingException

  • LookoutEquipment.Client.exceptions.InternalServerException

  • LookoutEquipment.Client.exceptions.AccessDeniedException

  • LookoutEquipment.Client.exceptions.ConflictException

  • LookoutEquipment.Client.exceptions.ValidationException