Webhook エンドポイントを削除
cURL
curl --request DELETE \ --url https://api.chainstream.io/v2/webhook/endpoint/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
エンドポイント ID
成功レスポンス
Boolean result for endpoint operations (delete, rotate secret)
操作の成功ステータス
true
このページは役に立ちましたか?