Webhooks
Delete a webhook by ID
Use this endpoint to de-register a specific webhook by ID.
delete/webhooks/{webhook_id}
Path parameters
webhook_idinteger required
The unique ID of the webhook.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email
The email address of a registered Oneflow user.
Response
The webhook was de-registered successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.