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>"
}
]
}
}Remove a registered webhook endpoint. Events will no longer be delivered to this endpoint after removal.
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>"
}
]
}
}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.
Webhook identifier.
Webhook removed.