Skip to main content

Cancel Attended Transfer

POST 

/api/webphone/calls/:call_id/cancel-transfer

Cancel an attended transfer.

Removes the consultation participant and clears the transfer state, resuming the original call.

Args: call_id: ID of the call with attended transfer in progress web_context: Authenticated user context phone_call_service: Phone call service

Returns: Dictionary with cancellation result

Raises: HTTPException: 400 if no transfer in progress, 404 if call not found, 500 if fails

Request

Responses

Successful Response