API 参考Webhooks
Delete a webhook endpoint
Requires webhooks:manage scope. Requires Idempotency-Key header.
Authorization
apiKey AuthorizationBearer <token>
API key: Authorization: Bearer mpk_live_<key>
In: header
Path Parameters
webhook_id*string
Header Parameters
Idempotency-Key*string
UUID v4. Required on all write operations. Prevents duplicate execution on retry.
Format
uuidResponse Body
curl -X DELETE "https://motivation-money.vercel.app/api/v1/webhooks/wh_abc123" \ -H "Idempotency-Key: 7f3c4d2a-8b1e-4f6a-9c2d-1a5b8e3f7d4c"Empty