mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 17:12:43 -05:00
[GH-ISSUE #52] Deleting cipher from Organization vault isn't supported #8835
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 (Jul 1, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/52
A call to
/api/ciphers/{{cipher-uuid}}/delete-adminthrows 404.Server logs:
The POST data is a simple json:
I guess we can just use one of the current delete functions to handle this one with some extra checks for admin access.
@mprasil commented on GitHub (Jul 1, 2018):
Submitted PR #54