#!/bin/bash echo "Deleting org: $1" GITEA_TOKEN=e21ba81d24ea0cea298eca47d0437411def37c66 http \ DELETE \ "https://git.coopcloud.tech/api/v1/orgs/$1" \ Authorization:"token $GITEA_TOKEN"