From 483d54eba1249353ac0b8183d8d9d3e005c90c75 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) --- api/enterprise-api-ref/host.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/api/enterprise-api-ref/host.markdown b/api/enterprise-api-ref/host.markdown index 8b693a95d..a3fee259e 100644 --- a/api/enterprise-api-ref/host.markdown +++ b/api/enterprise-api-ref/host.markdown @@ -329,9 +329,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:**