Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
https.delete Issues
Hello,
I have a 2.X RESTlet that has a delete handler and a 2.X User Event that calls the RESTlet. For create (put via https.put), update (post vis https.post) the User Event and RESTlet work fine. For delete, I am using https.delete with the URL appended (as it has no body) with params such as https:<nsurl>&name=chris&id=12345 as defined in the examples. My URLS all look correct but when I log out context.name or context.id or context in general on the RESTlet side, I get no output. I would expect "chris" for the name and "12345" for the id and SOMETHING in
0