Adding REST API example how to delete all hosts. (#14952)

This commit is contained in:
Victor Lyuboslavsky 2023-11-06 12:29:43 -06:00 committed by GitHub
parent f38524a8b7
commit aa96caa8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`