You are here

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

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

Deletes workspace (Moxtra binder).

Parameters

int $owner_id: User ID.

string $binder_id: Binder ID.

Return value

array Response data.

1 method overrides MoxtraServiceInterface::deleteWorkspace()
MoxtraService::deleteWorkspace in src/MoxtraService.php
Deletes workspace (Moxtra binder).

File

src/MoxtraServiceInterface.php, line 49

Class

MoxtraServiceInterface
Implements Moxtra REST API.

Namespace

Drupal\opigno_moxtra

Code

public function deleteWorkspace($owner_id, $binder_id);