Cfhttp method DELETE

Hi,

I am connecting to a API (From Bol.com in the Netherlands). I need to use the DELETE method using cfhttp, but I need to send data in the body. Lucee does not allow that.

Does anybody know how to do this? Maybe using java or something?

This is the documentation for the specific query in the API.
https://developers.bol.com/offer-api-v2/bulk-delete/

Thanks!!

Regards, Roy

Use cfhttpparam type=body

Also, please vote for [LDEV-687] - Lucee to elevate its priority.