Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ 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)` - If true, deletes a destination even if its associations cannot be unsynced.
This should be used only as a last-resort deletion mechanism, as any secrets already synced to the external provider will remain orphaned and
will require manual cleanup.

### Sample request

```shell-session
Expand Down
Loading