Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 606 Bytes

File metadata and controls

18 lines (12 loc) · 606 Bytes

GL_DeleteProject

Edge Schema

General Information

The non-traversable GL_DeleteProject edge indicates that a role can permanently delete the project and all its data — repository history, issues, merge requests, CI/CD pipelines, variables, artifacts, and access tokens. Owner role only.

graph LR
    ownerRole("fa:fa-user-tie GL_ProjectRole myproject/Owner")
    project("fa:fa-diagram-project GL_Project myorg/backend")

    ownerRole -.->|GL_DeleteProject| project
Loading