You are here

public function MoxtraServiceInterface::deleteMeeting in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 src/MoxtraServiceInterface.php \Drupal\opigno_moxtra\MoxtraServiceInterface::deleteMeeting()

Deletes meeting.

Parameters

int $owner_id: User ID.

string $session_key: Session key of the meeting.

Return value

array Response data.

1 method overrides MoxtraServiceInterface::deleteMeeting()
MoxtraService::deleteMeeting in src/MoxtraService.php
Deletes meeting.

File

src/MoxtraServiceInterface.php, line 156

Class

MoxtraServiceInterface
Implements Moxtra REST API.

Namespace

Drupal\opigno_moxtra

Code

public function deleteMeeting($owner_id, $session_key);