diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 191ab3c830..be25af5cc1 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -2939,6 +2939,13 @@ Request (`filters` is specified): } ``` +Request (`filters` is specified and empty, to delete all hosts): +```json +{ + "filters": {} +} +``` + #### Example `POST /api/v1/fleet/hosts/delete`