Webhook 엔드포인트 삭제
cURL
curl --request DELETE \ --url https://api.chainstream.io/v2/webhook/endpoint/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Documentation IndexFetch the complete documentation index at: https://docs.chainstream.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
엔드포인트 ID
성공 응답
엔드포인트 작업의 Boolean 결과(delete, rotate secret)
작업 성공 상태
true
이 페이지가 도움이 되었나요?