Skip to content

Commit 7f6c77c

Browse files
committed
updated delete destination with force_delete parameter
1 parent 1a83948 commit 7f6c77c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/vault/v1.21.x/content/api-docs/system/secrets-sync.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ associations cannot be deleted unless they are also purged.
223223
- `purge` `(bool: false)` - If true, asynchronously unsync all secrets and delete all associations managed by this destination
224224
before it is deleted.
225225

226+
- `force_delete` `(bool: flase)` - If true, deletes a destination even if its associations cannot be unsynced.
227+
This should be used only as a last-resort deletion mechanism, as any secrets already synced to the external provider will remain orphaned and
228+
require manual cleanup.
229+
226230
### Sample request
227231

228232
```shell-session

0 commit comments

Comments
 (0)