is there a way to clear an httpservice? im defining items as
tabpermissions = new httpservice(); tabpermissions.request.test; tabpermissions.send(); tabpermissions = new httpservice(); tabpermissions.request.test2; tabpermissions.send(); now i keep adding new requests dynamically but i dont want to send test since i already sent it until the event is chosen. how do i clear request area ? example i want to post only the items i need ?

