Delete a webhook

To delete an existing webhook, use the POST method.

Component Description

HTTP method

POST

URL

https://host/fmi/odata/version/database-name/Webhook.Delete(webhook-id)

host – FileMaker Server host name

version – the OData version, always v4

database-name – the name of the hosted database

webhook-id – the id of the existing webhook

Example: /fmi/odata/v4/ContactMgmt/Webhook.Delete(1)