This endpoint documentation is generated directly from openapi.yaml.

POST /bird/voice/calls/{id}/hangup

Operation ID: birdHangupVoiceCall

Hang up a voice call by ID

Security requirements:

SchemeScopes
BearerAuth-
NameInRequiredTypeDescription
workspaceIdquerynostringBird Workspace identifier (falls back to module configuration if omitted)
channelIdquerynostringBird Channel identifier (falls back to module configuration if omitted)
idpathyesstring
StatusDescriptionContent Types
200Hangup requestedapplication/json

Schema for response 200 (application/json):

{ "$ref": "#/components/schemas/BirdVoiceCallSingleResponse" }