Delete a Webhook

Delete webhooks easily via DELETE request to specified endpoint.

Updated over a week ago

You can delete webhooks anytime by sending a DELETE request.

Endpoint: https://api.formaloo.net/v1.0/forms/{FORM_SLUG}/webhooks/{WEBHOOK_SLUG}/

Method: DELETE

Example

// Request https://api.formaloo.net/v1.0/forms/{FORM_SLUG}/webhooks/{WEBHOOK_SLUG}/ (DELETE) // Response { "status": 200, "errors": { "general_errors": [], "form_errors": {} }, "data": {} }

Did this answer your question?