Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. ales.bahnik_2824

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    A Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Groups 0

    ales.bahnik_2824

    @ales.bahnik_2824

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

    ales.bahnik_2824 Unfollow Follow

    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