We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a83948 commit 7f6c77cCopy full SHA for 7f6c77c
content/vault/v1.21.x/content/api-docs/system/secrets-sync.mdx
@@ -223,6 +223,10 @@ associations cannot be deleted unless they are also purged.
223
- `purge` `(bool: false)` - If true, asynchronously unsync all secrets and delete all associations managed by this destination
224
before it is deleted.
225
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
+
230
### Sample request
231
232
```shell-session
0 commit comments