Skip to main content
DELETE
/
v1
/
webhooks
/
{webhook_id}
Remove webhook
curl --request DELETE \
  --url https://instance.prod.onboardapp.io/v1/webhooks/{webhook_id} \
  --header 'X-API-KEY: <api-key>'
{
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "<string>",
    "request_id": "req_9k4m2n1p3q",
    "details": [
      {
        "field": "<string>",
        "message": "<string>",
        "code": "<string>"
      }
    ]
  }
}

Authorizations

X-API-KEY
string
header
required

Project-scoped API key for server-to-server authentication. Obtain keys from the Zenoo dashboard under Project Settings > API Keys. Staging and production environments use separate keys.

Path Parameters

webhook_id
string
required

Webhook identifier.

Response

Webhook removed.