Webhook: DELETE method is not available

Anonymous
Not applicable
Hello

I have to interact with an external WebService (REST). I need to remotely delete an external ressource using a DELETE method. But Webhooks can only send POST or GET requests. Is there any workaround?

Thank you
Tags (1)
1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator
Generally, if faced with this situation I would pass _method=delete in the query string as an override. Of course, the server needs to know to translate the call back to DELETE.