Delen via


Call Connection - Hangup Call

Oproepautomatiseringsservice ophangen vanuit het gesprek. Hierdoor wordt de oproepautomatiseringsservice verlaten, maar wordt de oproep niet beëindigd als er meer dan 1 beller in de oproep staat.

DELETE {endpoint}/calling/callConnections/{callConnectionId}?api-version=2024-09-15

URI-parameters

Name In Vereist Type Description
callConnectionId
path True

string

De oproepverbindings-id.

endpoint
path True

string (url)

Het eindpunt van de Azure Communication-resource.

api-version
query True

string

De versie van de API die moet worden aangeroepen.

Aanvraagkoptekst

Name Vereist Type Description
Authorization True

string

Een Azure Communication Services-toegangstoken voor gebruikers.

Antwoorden

Name Type Description
204 No Content

De oproepautomatiseringsservice heeft de oproep verlaten.

Other Status Codes

CommunicationErrorResponse

Fout

Beveiliging

Authorization

Een Azure Communication Services-toegangstoken voor gebruikers.

Type: apiKey
In: header

Voorbeelden

CallConnection_HangupCall

Voorbeeldaanvraag

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

Voorbeeldrespons