Skip to content

Delete Label

lookoutequipment_delete_label R Documentation

Deletes a label

Description

Deletes a label.

Usage

lookoutequipment_delete_label(LabelGroupName, LabelId)

Arguments

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.

LabelId

[required] The ID of the label that you want to delete.

Value

An empty list.

Request syntax

svc$delete_label(
  LabelGroupName = "string",
  LabelId = "string"
)