メインコンテンツへスキップ
DELETE
/
v2
/
webhook
/
endpoint
/
{id}
エンドポイント - 削除
curl --request DELETE \
  --url https://api.chainstream.io/v2/webhook/endpoint/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

エンドポイント ID

レスポンス

200 - application/json

成功レスポンス

Boolean result for endpoint operations (delete, rotate secret)

success
boolean
必須

操作の成功ステータス

:

true