• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapitransport.php
  • Класс: BitrixCalendarSyncGoogleApiTransport
  • Вызов: GoogleApiTransport::stopChannel
public function stopChannel($channelId, $resourceId): array
{
	$this->currentMethod = __METHOD__;

	return $this->doRequest(
		WebHttpClient::HTTP_POST,
		self::API_BASE_URL . '/channels/stop',
		WebJson::encode(['id' => $channelId, 'resourceId' => $resourceId], JSON_UNESCAPED_SLASHES)
	);
}