25 lines
578 B
Markdown
25 lines
578 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [Remote](./cautious-journey.remote.md) > [deleteLabel](./cautious-journey.remote.deletelabel.md)
|
|
|
|
## Remote.deleteLabel() method
|
|
|
|
Delete an existing label.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
deleteLabel(options: LabelQuery): Promise<LabelUpdate>;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| options | LabelQuery | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
Promise<LabelUpdate>
|
|
|