DELETE host.com/api/ciphers/<uuid>/admin 404 #77

Closed
opened 2026-02-04 16:45:40 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @krohrsb on GitHub (Aug 29, 2018).

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 29, 2018). 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
OVERLORD added the bug label 2026-02-04 16:45:40 +03:00
Author
Owner

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

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

@mprasil commented on GitHub (Aug 29, 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 29, 2018):

@mprasil do you mind if try to solve this?

@Baelyk commented on GitHub (Aug 29, 2018): @mprasil do you mind if try to solve this?
Author
Owner

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

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

@mprasil commented on GitHub (Aug 29, 2018): @Baelyk I'm about to commit the changes, apologies :confused:
Author
Owner

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

@mprasil Ah, its fine 👍

@Baelyk commented on GitHub (Aug 29, 2018): @mprasil Ah, its fine 👍
Author
Owner

@mprasil commented on GitHub (Aug 29, 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.

@mprasil commented on GitHub (Aug 29, 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.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#77