[PR #115] [MERGED] Implmeneted DELETE on 'api/ciphers' to delete selected ciphers (#98) #23486

Closed
opened 2026-05-22 00:14:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/115
Author: @krankur
Created: 8/3/2018
Status: Merged
Merged: 8/3/2018
Merged by: @dani-garcia

Base: betaHead: beta


📝 Commits (2)

  • 7dfc759 Implmeneted DELETE on 'api/ciphers' to delete selected ciphers (#98)
  • aac1304 clean up

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 src/api/core/ciphers.rs (+6 -1)
📝 src/api/core/mod.rs (+1 -0)

📄 Description

Implemented DELETE on 'api/ciphers' as new Vault version (2.0) calls DELETE of 'api/ciphers' rather than POST of 'api/ciphers/delete' to delete selected ciphers.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/115 **Author:** [@krankur](https://github.com/krankur) **Created:** 8/3/2018 **Status:** ✅ Merged **Merged:** 8/3/2018 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `beta` ← **Head:** `beta` --- ### 📝 Commits (2) - [`7dfc759`](https://github.com/dani-garcia/vaultwarden/commit/7dfc7596912b4a83253accb1e941f145ef9c3ae9) Implmeneted DELETE on 'api/ciphers' to delete selected ciphers (#98) - [`aac1304`](https://github.com/dani-garcia/vaultwarden/commit/aac1304b46ccbba909369a74c142c2ef4c577eb5) clean up ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/ciphers.rs` (+6 -1) 📝 `src/api/core/mod.rs` (+1 -0) </details> ### 📄 Description Implemented DELETE on 'api/ciphers' as new Vault version (2.0) calls DELETE of 'api/ciphers' rather than POST of 'api/ciphers/delete' to delete selected ciphers. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-22 00:14:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#23486