Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ associations cannot be deleted unless they are also purged.
- `purge` `(bool: false)` - If true, asynchronously unsync all secrets and delete all associations managed by this destination
before it is deleted.

- `force_delete` `(bool: false)` - When true, Vault deletes a destination even
if its associations cannot be unsynced. Only use `force-delete` as a
last-resort deletion mechanism as it orphans any secrets already synced to the
external provider, which requires manual cleanup.

### Sample request

```shell-session
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ associations cannot be deleted unless they are also purged.
- `purge` `(bool: false)` - If true, asynchronously unsync all secrets and delete all associations managed by this destination
before it is deleted.

- `force_delete` `(bool: false)` - When true, Vault deletes a destination even
if its associations cannot be unsynced. Only use `force-delete` as a
last-resort deletion mechanism as it orphans any secrets already synced to the
external provider, which requires manual cleanup.

### Sample request

```shell-session
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ associations cannot be deleted unless they are also purged.
- `purge` `(bool: false)` - If true, asynchronously unsync all secrets and delete all associations managed by this destination
before it is deleted.

- `force_delete` `(bool: false)` - When true, Vault deletes a destination even
if its associations cannot be unsynced. Only use `force-delete` as a
last-resort deletion mechanism as it orphans any secrets already synced to the
external provider, which requires manual cleanup.

### Sample request

```shell-session
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ associations cannot be deleted unless they are also purged.
- `purge` `(bool: false)` - If true, asynchronously unsync all secrets and delete all associations managed by this destination
before it is deleted.

- `force_delete` `(bool: false)` - When true, Vault deletes a destination even
if its associations cannot be unsynced. Only use `force-delete` as a
last-resort deletion mechanism as it orphans any secrets already synced to the
external provider, which requires manual cleanup.

### Sample request

```shell-session
Expand Down
Loading