mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
DELETE /api/ciphers not implemented #2363
Reference in New Issue
Block a user
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.
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:
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
@mannp commented on GitHub:
Ok, so i updated my beta to the latest and it still doesn't delete any entries.
@mprasil commented on GitHub:
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.
@mprasil commented on GitHub:
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:
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:
Yeah, you'll see these issues being closed once that is fixed.
@mprasil commented on GitHub:
Resolved in #115