I want to delete a file from Bitbucket server's repo using its rest api. I m using the files parameter but somehow i do not know how to use it exactly. Can some one please help me achieve this by telling the steps via Postman how to do it>?
I really don't think you can delete a directly file via the REST API...
The proper way to do this is by creating a commit with Git and pushing it to the repo:
Other than postman any idea?, is there any ways to remove the files without cheking out?
Any Atlassion API is availabe? May be REST/SOAP/Graph QL etc..
Using CI CD Integration like Bamboo or Jenkins will support anything through any plugins?
Any way to do this while executing some commans in stash self managed bitbucket server using shell script?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.