Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tRestClient with @Delete : HTTP method DELETE doesn't support output

Hi,
i'm trying to use the @Delete of a Rest WS, so i have :
tXMLMap --> tLog ---> tRestClient --> tLog
The WS path is /api/2/operator/1458  where 1458 is the user id to delete. I don't need any information in the WS body
But i have this error : HTTP method DELETE doesn't support output
Cannot figure out what i'm doing wrong  😕
Labels (4)
3 Replies
Anonymous
Not applicable
Author

I've tried to run the job with only
tRestClient --> tLog
With the path hardcoded and this is working, seems that the problem comes from the input. I've tried to remove everything (pass nothing to the RestClient) but i still have the same error 0683p000009MPcz.png
Anonymous
Not applicable
Author

up
itbfr
Contributor
Contributor

For all who have the same issue: It's a Java Runtime Bug, simply upgrade your Java environment.
bug report