Unsubscribe from Form Submissions

View as Markdown
### **Overview** Deactivates and removes an existing REST Hook subscription. Once unsubscribed, KiwiForm will stop sending real-time updates to the specified `hookUrl`. ### **Parameters** | Parameter | Type | Required | Description | | --- | --- | --- | --- | | `hookUrl` | `string` | **Yes** | The URL that was previously registered for notifications. | ### **Note** You can send the `hookUrl` either as a **Query Parameter** or as a **JSON Body** field. Both formats are supported.

Query parameters

hookUrlstringOptional

Response

OK
successboolean