diff --git a/types/Gitlab/GitlabRoute.ts b/types/Gitlab/GitlabRoute.ts
index be7c98ef9c4b59667368817be6ae6d63caad94d8..ec5f0d89fa542c4d3c0d9c08806455fd5ad55d44 100644
--- a/types/Gitlab/GitlabRoute.ts
+++ b/types/Gitlab/GitlabRoute.ts
@@ -4,6 +4,7 @@ enum GitlabRoute {
     USERS_GET                   = '/users',
     REPOSITORY_GET              = '/projects/{{id}}',
     REPOSITORY_CREATE           = '/projects',
+    REPOSITORY_DELETE           = '/projects/{{id}}',
     REPOSITORY_EDIT             = '/projects/{{id}}',
     REPOSITORY_FORK             = '/projects/{{id}}/fork',
     REPOSITORY_MEMBER_ADD       = '/projects/{{id}}/members',