Webhook: DELETE method is not available | Community
Skip to main content
March 20, 2015
Question

Webhook: DELETE method is not available

  • March 20, 2015
  • 1 reply
  • 721 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
March 20, 2015
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.