2020-08-12 01:39:53 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GithubRemote](./cautious-journey.githubremote.md) > [deleteLabel](./cautious-journey.githubremote.deletelabel.md)
|
|
|
|
|
|
|
|
## GithubRemote.deleteLabel() method
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-08-13 23:44:13 +00:00
|
|
|
deleteLabel(options: LabelQuery): Promise<LabelQuery>;
|
2020-08-12 01:39:53 +00:00
|
|
|
```
|
2020-08-13 23:44:13 +00:00
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| options | LabelQuery | |
|
|
|
|
|
2020-08-12 01:39:53 +00:00
|
|
|
<b>Returns:</b>
|
|
|
|
|
2020-08-13 23:44:13 +00:00
|
|
|
Promise<LabelQuery>
|
2020-08-12 01:39:53 +00:00
|
|
|
|