You are here

public function LingotekApiInterface::deleteDocument in Lingotek Translation 8.2

Same name and namespace in other branches
  1. 8 src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::deleteDocument()

Delete a document on Lingotek.

Parameters

string $id: The document id.

Return value

mixed

Deprecated

in 8.x-2.14, will be removed in 8.x-2.16. Use ::cancelDocument instead.

1 method overrides LingotekApiInterface::deleteDocument()
LingotekApi::deleteDocument in src/Remote/LingotekApi.php
Delete a document on Lingotek.

File

src/Remote/LingotekApiInterface.php, line 40

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function deleteDocument($id);