Question: How to delete a list of jfrog artifacts in python? I was able to authenticate using api_key I got the list artifact-list = [{...},...,{...}] Now,
How to delete a list of jfrog artifacts in python?
I was able to authenticate using api_key
I got the list artifact-list = [{...},...,{...}]
Now, how to delete artifact-lis?
'response = requests.delete(url, headers=headers)' is not working please.
Is there another way in python?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
