From 4863ad49d1645976ac2fb047ae5b7fd977c2f66e Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Tue, 20 Jan 2026 15:38:35 -0600 Subject: [PATCH] Clarified that permanent deletion requires normal deletion first Ticket: ENT-13695 Changelog: None (cherry picked from commit 14723fa437d1c6d543f8172e91028882beaa0067) --- content/api/enterprise-api-ref/host.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/api/enterprise-api-ref/host.markdown b/content/api/enterprise-api-ref/host.markdown index 07c179035..092d56c35 100644 --- a/content/api/enterprise-api-ref/host.markdown +++ b/content/api/enterprise-api-ref/host.markdown @@ -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:**