Connectors
...
Actions
Host - Delete
5 min
description removes an existing host object from check point r80 by its name or uid endpoint url /web api/delete host method post inputs json body (object) – required uid (string) object unique identifier name (string) object name details level (string) the level of detail for some of the fields in the response can vary from showing only the uid value of the object to a fully detailed representation of the object ignore warnings (boolean) apply changes ignoring warnings default value is false ignore errors (boolean) apply changes ignoring errors you won't be able to publish such a changes if ignore warnings flag was omitted warnings will also be ignored default value is false output example \[ { "status code" 200, "response headers" { "date" "fri, 30 dec 2022 18 36 24 gmt", "server" "cpws", "strict transport security" "max age=31536000; includesubdomains", "x frame options" "sameorigin", "content type" "application/json", "x ua compatible" "ie=emulateie8", "x forwarded host port" "443", "keep alive" "timeout=15, max=99", "connection" "keep alive", "transfer encoding" "chunked" }, "reason" "ok", "json body" { "message" "ok" } } ] output parameters status code (number) reason (string) json body (object) message (string) response headers header type date string server string strict transport security string x frame options string content type string x ua compatible string x forwarded host port string keep alive string connection string transfer encoding string