delete org label endpoint

This commit is contained in:
Fred KISSIE
2026-05-14 21:09:48 +02:00
parent 8f7e5ab1ed
commit 173562654b
8 changed files with 369 additions and 14 deletions

View File

@@ -151,6 +151,7 @@ export enum ActionsEnum {
listOrgLabels = "listOrgLabels",
createOrgLabel = "createOrgLabel",
updateOrgLabel = "updateOrgLabel",
deleteOrgLabel = "deleteOrgLabel",
attachLabelToItem = "attachLabelToItem",
detachLabelFromItem = "detachLabelFromItem",
getAlertRule = "getAlertRule",