feat(API): Add endpoint to delete a custom role (#36417)

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Sam Wooler
2026-08-18 09:10:10 +00:00
committed by GitHub
parent 76c6721129
commit 1cd8c91a20
12 changed files with 647 additions and 130 deletions
@@ -17,6 +17,9 @@
"PUT /roles/{slug}": {
"status": "gap"
},
"DELETE /roles/{slug}": {
"status": "gap"
},
"POST /role-mapping-rules": {
"status": "gap"
},