400 Bad Request Error Received with DELETE Method in Webhook

400 Bad Request Error Received with DELETE Method in Webhook


Greetings,
I'm encountering an issue with Zoho Inventory Automation Webhooks.

When I use an outgoing webhook with the DELETE method, I receive a 400 Bad Request error. The response in the zoho logs shows that all the JSON data is included in the URL. Additionally, this request never reaches my server.

Here's the URL with the issue in zoho automation logs:
  1. URL: https://www.mydomain.eu/myfile.php?{"item":{"actual_available_stock_formatted":"0,00",...........I TRUNCATED DATA...........,"available_stock":0}}

However, when I use the same webhook with the POST/PUT methods, it returns a 200 OK response.

Is there something I might be overlooking here?