Lompat ke konten

project.webhook_removed

Dikirim saat Remove webhook digunakan di tab Notifications (atau panggilan API yang setara) — dikirim ke URL dan ditandatangani dengan secret yang akan diputus, sebagai pemberitahuan terakhir sebelum pengiriman berhenti.

Header Deskripsi
X-Baiyar-Signature t=<unix timestamp>,v1=<hex HMAC-SHA256> — lihat Verifikasi Signature Webhook
Content-Type application/json
{
"id": "evt_XkNRVOTeE68pQz2AinL9",
"type": "project.webhook_removed",
"created_at": "2026-09-16T04:03:46Z",
"data": {
"id": "project_IChAi2NR4vzKN3SgEYPI"
}
}
Field Tipe Deskripsi
id string ID event unik
type string Selalu project.webhook_removed
created_at date-time Kapan event dibuat
data.id string Public ID project

Picu dengan mengklik Remove webhook pada project sandbox yang sudah punya webhook terkonfigurasi — tidak perlu simulator terpisah.

project.webhook_configured — dikirim saat webhook diatur sebaliknya.