HTTP Client API - DELETE calls
-
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??
-
Delete call update and everything is working now. Thanks!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login