Deletes an object using the generic delete() method.
Output / Response
None.
API call:
Pass the entity ID from the database identifying the object to be deleted.
Attention: You cannot delete an IPv6 address that is DHCP allocated.
void delete ( long objectId
)
Parameter | Description |
---|---|
objectId | The ID for the object to be deleted. |