[GH-ISSUE #158] DELETE host.com/api/ciphers/<uuid>/admin 404 #76

Closed
opened 2026-03-03 01:24:37 +03:00 by kerem · 5 comments
Owner

Originally created by @krohrsb on GitHub (Aug 28, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/158

Hello!

I am getting a 404 when deleting an item from an organization vault.

DELETE https://some-host.com/api/ciphers/some-uuid-here/admin 404 ()

I see other deletes for ciphers implemented, just not for /admin though I do see /admin for get and post.

https://github.com/dani-garcia/bitwarden_rs/blob/master/src/api/core/ciphers.rs#L518

Originally created by @krohrsb on GitHub (Aug 28, 2018). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/158 Hello! I am getting a 404 when deleting an item from an organization vault. ``` DELETE https://some-host.com/api/ciphers/some-uuid-here/admin 404 () ``` I see other deletes for ciphers implemented, just not for `/admin` though I do see `/admin` for `get` and `post`. https://github.com/dani-garcia/bitwarden_rs/blob/master/src/api/core/ciphers.rs#L518
kerem 2026-03-03 01:24:37 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@mprasil commented on GitHub (Aug 28, 2018):

This should be easy to fix. As a quick workaround, you can delete the item from you Vault instead of organization Vault directly.

<!-- gh-comment-id:416759079 --> @mprasil commented on GitHub (Aug 28, 2018): This should be easy to fix. As a quick workaround, you can delete the item from you Vault instead of organization Vault directly.
Author
Owner

@Baelyk commented on GitHub (Aug 28, 2018):

@mprasil do you mind if try to solve this?

<!-- gh-comment-id:416759528 --> @Baelyk commented on GitHub (Aug 28, 2018): @mprasil do you mind if try to solve this?
Author
Owner

@mprasil commented on GitHub (Aug 28, 2018):

@Baelyk I'm about to commit the changes, apologies 😕

<!-- gh-comment-id:416761216 --> @mprasil commented on GitHub (Aug 28, 2018): @Baelyk I'm about to commit the changes, apologies :confused:
Author
Owner

@Baelyk commented on GitHub (Aug 28, 2018):

@mprasil Ah, its fine 👍

<!-- gh-comment-id:416761387 --> @Baelyk commented on GitHub (Aug 28, 2018): @mprasil Ah, its fine 👍
Author
Owner

@mprasil commented on GitHub (Aug 28, 2018):

I didn't want to have this bug around unnecessary long @Baelyk, this is why I didn't mark it as good first issue. (I did this while Vault 2 was still in beta)

If you're interested in small contributions, maybe you could help a bit with #6? Even if you want to improve one save() function, it would be very welcome and I'm available to help you.

<!-- gh-comment-id:416762566 --> @mprasil commented on GitHub (Aug 28, 2018): I didn't want to have this bug around unnecessary long @Baelyk, this is why I didn't mark it as good first issue. (I did this while Vault 2 was still in beta) If you're interested in small contributions, maybe you could help a bit with #6? Even if you want to improve one save() function, it would be very welcome and I'm available to help you.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#76
No description provided.