Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. ales.bahnik_2824
    A
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    ales.bahnik_2824

    @ales.bahnik_2824

    0
    Reputation
    4
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    ales.bahnik_2824 Follow

    Best posts made by ales.bahnik_2824

    This user hasn't posted anything yet.

    Latest posts made by ales.bahnik_2824

    • RE: API delete command did nothing :/

      Hi @atripp ,
      after yours testing I found mistake in URL - my URL was without /package/. When I use proper URL to request, package was succesfully deleted.

      Thank you for quick support and sorry about my novice mistake ;)

      posted in Support
      A
      ales.bahnik_2824
    • RE: API delete command did nothing :/

      Hi @atripp ,
      with incorrect API key: Invoke-RestMethod : Invalid API key

      posted in Support
      A
      ales.bahnik_2824
    • RE: API delete command did nothing :/

      Hello @Dan_Woolf ,

      I have tried it with other packages - the same result :/ With UI it work but I want to delete many packages by script.

      API Key:

      • key type Feed

      • package permission:full (view/download,add/repackage,promote, overwrite/delete)

      Thanks,
      Ales

      posted in Support
      A
      ales.bahnik_2824
    • API delete command did nothing :/

      Hello,

      I am traying to delete nuget package via API because of free edition. Using command:

      Invoke-RestMethod -Method Delete -Uri "http://ipserver:8624/nuget/feedID/nugetPackageName/NugetPackageVersion" -Headers @{"X-NuGet-ApiKey"="apiKeyPassword"}
      

      Command is executed without error but nothing happened. Package is still on disk and can be found in "Packages".

      Pls how can I delete nuget packages with PowerShell?

      posted in Support
      A
      ales.bahnik_2824