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
이 페이지가 도움이 되었나요?