From f7cc70939827f2c6f623c8dcba3252453ebc44b4 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) --- content/api/enterprise-api-ref/host.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/api/enterprise-api-ref/host.markdown b/content/api/enterprise-api-ref/host.markdown index 07c179035..a5a1e3def 100644 --- a/content/api/enterprise-api-ref/host.markdown +++ b/content/api/enterprise-api-ref/host.markdown @@ -332,7 +332,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.