• Categories
  • Recent
  • Tags
  • Popular
  • Solved
  • Unsolved
  • Users
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Darkly)
  • No Skin
Collapse
brainCloud Forums

HTTP Client API - DELETE calls

Scheduled Pinned Locked Moved Cloud Code
cloudscript
3 Posts 2 Posters 386 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Kenneth LightnerK Offline
    Kenneth LightnerK Offline
    Kenneth Lightner
    wrote on last edited by
    #1

    I'm having trouble getting a DELETE https call working. (The POST and GET versions work fine.)

    I think maybe the issue might be something with how it handles params (included in the URL).

    All of the other API calls allow you to pass a 'query' object example:

    var postResult = httpClientProxy.getResponseText(serviceCode, path, query, headers);
    if (postResult.status == 200) {
    // Success!
    }

    There doesn't seem to be an option to do this with the DELETE versions of the API? I've tried passing them in the 'path' variable, but that doesn't seem to work.

    Is there a version of DELETE that takes 'query' params??

    1 Reply Last reply
    0
  • J Offline
    J Offline
    JasonL bitHeads
    wrote on last edited by
    #2

    Hi Kenneth, our current HTTP Client service doesn't support DELETE with query args yet, we probably add a new DELETE method that takes this parameter in our next release.

    1 Reply Last reply
    0
  • Kenneth LightnerK Offline
    Kenneth LightnerK Offline
    Kenneth Lightner
    wrote on last edited by
    #3

    Delete call update and everything is working now. Thanks!

    1 Reply Last reply
    0

  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Solved
  • Unsolved
  • Users