public interface SpaceLabelService
| Modifier and Type | Method and Description |
|---|---|
void |
removeLabel(String spaceKey,
long labelId)
Remove a label with labelId from the specified content
|
void removeLabel(String spaceKey, long labelId) throws IllegalArgumentException
spaceKey - the space key to remove the label fromlabelId - the id of the label to removeIllegalArgumentException - failed to remove the labelCopyright © 2003–2018 Atlassian. All rights reserved.