Deleting Webhook

This document is about how to change webhook settings using the API. Webhooks settings can also be directly modified by users through the user interface by accessing the Moaform service. For instructions on changing webhook settings directly within the Moaform service, please refer to Webhook > Webhook Management.

Caution

Once a webhook is deleted, no more data will be sent to that endpoint, and the deleted webhook cannot be recovered.

You can delete a specific webhook (webhook_id) of a specific form (form_id) using the API.

[DELETE] https://api.moaform.com/forms/{form_id}/webhooks/{webhook_id}

 

REQUEST

Path Parameters

Key Description
form_id Required. Unique ID of the form
webhook_id Required. Unique ID of the webhook

 

RESPONSE

Status 204 No content on successful deletion