From 61443ea31a3bd4c8328f56e5230a6266cc8c1340 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Tue, 20 Jan 2026 15:27:31 -0600 Subject: [PATCH] Corrected HTTP method to use for api/hosts/delete-permanently The example was correct but the text was not. Ticket: ENT-13691 Changelog: None (cherry picked from commit 2de5cdbaee0760142577283d385220fba9ad242d) --- api/enterprise-api-ref/host.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/enterprise-api-ref/host.markdown b/api/enterprise-api-ref/host.markdown index 8b693a95d..53f245170 100644 --- a/api/enterprise-api-ref/host.markdown +++ b/api/enterprise-api-ref/host.markdown @@ -327,7 +327,7 @@ HTTP 200 Ok **URI:** https://hub.cfengine.com/api/hosts/delete-permanently/:host-id -**Method:** POST +**Method:** DELETE Permanently deletes host entry from the reporting database.