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

@@ -757,6 +757,14 @@ authenticated.patch(
labels.updateOrgLabel
);
authenticated.delete(
"/org/:orgId/label/:labelId",
verifyValidLicense,
verifyOrgAccess,
verifyUserHasAction(ActionsEnum.deleteOrgLabel),
labels.deleteOrgLabel
);
authenticated.put(
"/org/:orgId/label/:labelId/attach",
verifyValidLicense,