v13

latestSwagger 2.02026-07-1334135160.5 KB
MidConnections

Cancel add participant operation.

Cancel add participant operation.

post/calling/callConnections/{callConnectionId}/participants:cancelAddParticipant

Path parameters

callConnectionIdstring required

The call connection Id

Query parameters

api-versionstring required

Version of the API to invoke.

Headers

Repeatability-Request-IDstring uuid

If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID.

Repeatability-First-Sentstring date-time-rfc1123

If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT.

Request body

invitationIdstring required

Invitation ID used to add a participant.

operationContextstring

Used by customers when calling mid-call actions to correlate the request to the response event.

operationCallbackUristring

Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.

Response

Returns the cancelAddParticipant response

invitationIdstring

Invitation ID used to cancel the add participant action.

operationContextstring

The operation context provided by client.