次の方法で共有


Call Connection - Hangup Call

通話から通話自動化サービスを切断します。 これにより、コール自動化サービスはコールを終了しますが、コールに 1 人以上の発信者がいる場合は終了しません。

DELETE {endpoint}/calling/callConnections/{callConnectionId}?api-version=2026-03-12

URI パラメーター

名前 / 必須 説明
callConnectionId
path True

string

通話接続 ID。

endpoint
path True

string (url)

Azure Communication Serviceリソースのエンドポイントです。

api-version
query True

string

APIのバージョンを呼び出しる。

要求ヘッダー

名前 必須 説明
Authorization True

string

Azure Communication Services ユーザー アクセス トークン。

応答

名前 説明
204 No Content

コール自動化サービスがコールを終了しました。

Other Status Codes

CommunicationErrorResponse

エラー

セキュリティ

Authorization

Azure Communication Services ユーザー アクセス トークン。

型: apiKey
/: header

CallConnection_HangupCall

要求のサンプル

DELETE https://contoso.communications.azure.com/calling/callConnections/18dea47f-b081-4107-9a5c-4300819d2c6c?api-version=2026-03-12

応答のサンプル