Skip to content
Merged
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
7 changes: 5 additions & 2 deletions content/api/enterprise-api-ref/host.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,12 @@ HTTP 200 Ok

**Method:** POST

Permanently deletes host entry from the reporting database.
Permanently deletes deleted host entry from the reporting database.

Note: to be able to perform this action related RBAC rule (alias `hosts-delete-permanently.delete`) should be enabled.
Notes:

- To be able to perform this action related RBAC rule (alias `hosts-delete-permanently.delete`) should be enabled.
- Permanent deletion requires that a host is first normally deleted and found in the response from `/api/hosts/deleted`.

**Responses:**

Expand Down