mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-02 22:57:18 -05:00
DELETE /api/ciphers not implemented #53
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mprasil on GitHub (Jul 21, 2018).
New vault (#93) calls
DELETEon/api/ciphersto "Delete selected" ciphers. We havePOSThandler already implemented for this, so this should be easy to fix.@mannp commented on GitHub (Jul 31, 2018):
Is the stable release of v2 tagged for the docker image at all?
Currently using the beta build to get v2, but unclear if there is another build I should be using?
Thanks
@mprasil commented on GitHub (Jul 31, 2018):
The beta image is using the 2.0.0 release of Vault, so that's the one you can use to test it.
@mannp commented on GitHub (Jul 31, 2018):
Ok, so i updated my beta to the latest and it still doesn't delete any entries.
@mprasil commented on GitHub (Jul 31, 2018):
This is why this issue was open. 😄 It hasn't been fixed yet, I think I've confused you somewhere into thinking it's been resolved.
@mannp commented on GitHub (Jul 31, 2018):
Apologies for the noise, thought I'd seen a post saying 3 or 4 bugs were fixed, including this one and there were in a stable branch of v2.
@mprasil commented on GitHub (Jul 31, 2018):
Yeah, you'll see these issues being closed once that is fixed.
@mprasil commented on GitHub (Aug 6, 2018):
Resolved in #115