Skip to content

Instantly share code, notes, and snippets.

View zakaria-chahboun's full-sized avatar

zakaria chahboun zakaria-chahboun

View GitHub Profile
@zakaria-chahboun
zakaria-chahboun / gist:f77d4319fb32e2331cb51b404e2fc4ed
Last active September 13, 2021 13:41
How to remove all GitLab projects by API

First of all you need to create a personal access token:

Go to profile/preferences/access tokens or just click here

alt text

Repalce your token in token variable in this code bellow:

const axios = require("axios");

// Your authorization token here