メインコンテンツへスキップ
DELETE
/
v1
/
webhooks
/
{id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://platform.lymo.jp/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "deleted": true
  },
  "meta": {
    "request_id": "req_abc123"
  }
}

承認

Authorization
string
header
必須

Unkey API key (prefix lymo_)

パスパラメータ

id
string
必須

Webhook endpoint ID

レスポンス

Webhook deleted

data
object
必須
meta
object
必須