Werk #5809: New Web API Call: delete_hosts, allows to delete multiple hosts at once

Component Setup
Title New Web API Call: delete_hosts, allows to delete multiple hosts at once
Date May 9, 2018
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 1.5.0b3 1.6.0b1
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed

The required payload for delete_hosts is a variable hostnames with a list of hostnames.

For example, "hostnames": ["host1", "host2", "host3"].

The API returns an error if a specified host does not exist.

To the list of all Werks