object hostprototype.delete(array hostPrototypeIds)
This method allows to delete host prototypes.
(array)
IDs of the host prototypes to delete.
(object)
Returns an object containing the IDs of the deleted host prototypes under the hostids
property.
Delete two host prototypes.
Request:
{
"jsonrpc": "2.0",
"method": "hostprototype.delete",
"params": [
"10103",
"10105"
],
"auth": "3a57200802b24cda67c4e4010b50c065",
"id": 1
}
Response:
CHostPrototype::delete() in frontends/php/include/classes/api/services/CHostPrototype.php.