Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete webhook
curl --request DELETE \
  --url https://app.oneform.one/api/v1/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Webhook deleted successfully"
}

Authorizations

Authorization
string
header
required

Enter your API key

Path Parameters

webhook_id
string
required

Webhook ID

Response

webhook deleted

message
string
Example:

"Webhook deleted successfully"