메인 콘텐츠로 건너뛰기
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