1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00
* add tip to API article

* fix danglin' sentence

* activate pw reset screenshot

* refactor favorite article

* new tab for register link

* refactor links

* clean business portal article

* update forgot mp language for apr

* resolves #689
This commit is contained in:
fred_the_tech_writer
2021-08-23 10:57:11 -04:00
committed by GitHub
parent b51a351dcb
commit a78d7a997b
9 changed files with 62 additions and 27 deletions

View File

@@ -423,6 +423,8 @@ By default, `delete` will "soft delete" an item (i.e. send it to the [Trash]({{s
bw delete item 7063feab-4b10-472e-b64c-785e2b870b92 --permanent
```
To delete an `org-collection`, you'll also need to specify `--organizationid <organizationid>`. See [Organization IDs](#organization-ids).
{% callout warning %}
While items that are "soft deleted" using `delete` can be recovered using the `restore` command (see [details](#restore)), items that are deleted using `delete --permanent` **are completely removed and irrecoverable.**
{% endcallout %}