메인 콘텐츠로 건너뛰기
POST
/
calls
/
delete
호출 삭제
curl --request POST \
  --url https://api.example.com/calls/delete \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "call_ids": [
    "<string>"
  ],
  "wb_user_id": "<string>"
}
'
{
  "num_deleted": 123
}

인증

Authorization
string
header
필수

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

본문

application/json
project_id
string
필수
call_ids
string[]
필수
wb_user_id
string | null

직접 설정하지 마십시오. 서버가 이 필드를 자동으로 채웁니다.

응답

성공 응답

num_deleted
integer
필수

삭제된 호출 수