Try a call

Kick a participant

DELETE / v1 / calls / {id} / participants / {pid}

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Responses

Removed

curl --request DELETE \
  --url "http://127.0.0.1:7880/v1/calls/{id}/participants/{pid}" \
  --header "Authorization: Bearer YOUR_API_KEY"
{
  "error": {
    "code": "unauthorized",
    "message": "<string>"
  }
}

Type to search…

↑↓ navigate open esc close