Most of the delete methods accept IDs of objects as parameters, but some of them accept whole objects. Delete methods should always accept IDs. The following methods must be changed:
host.delete
proxy.delete
user.delete
The fix must be backward-compatible, meaning that in 2.2 these methods must support both input formats.
- is duplicated by
-
ZBX-6068 proxy deletion fails with sql error
- Closed