Webhooks
Delete an endpoint
Stops delivery immediately and removes the endpoint along with its delivery history. Events already queued for it are dropped. There is no way to undo this — register a new endpoint instead, which will have a new signing secret.
delete
https://api-notetaker.nabrah.ai/ext/v1/webhooks/{id}معاملات المسار
idstring · uuidمطلوبالطلب
cURL
curl -X DELETE https://api-notetaker.nabrah.ai/ext/v1/webhooks/{id} \
-H "Authorization: Bearer $NABRAH_API_KEY"الاستجابات
200Done.401No key, an unknown key, or one that has been revoked or has expired.403The key is read only, or lacks the reach for this route.404No such record — or one that belongs to another account.422The body or query failed validation; details names the field.429Too many requests. Retry-After says how long to wait.{
"data": {}
}