public static async delete(projectId: string): Promise<void> {
        await CocoonAPI.request({
            method: "DELETE",
            url: APIURL.PROJECT(projectId),
        });