Try a call

End a call

DELETE / v1 / calls / {id}

Authorizations

Authorizationstringheaderrequired

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

Responses

Ended (idempotent)

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

Type to search…

↑↓ navigate open esc close