Übersicht

Delete translation

MCPdelete_translation
WRITE$0.00001 / call
Features

Delete a translation row.

Input1
Authorizationheaderrequired
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
translation_idnumberrequired
Translation row ID
Output2
statusstring
deleted_idnumber
Limitations
  • REQUIRES PRO or higher.
Example input
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "delete_translation",
    "arguments": {
      "translation_id": 0
    }
  }
}
Example output
{
  "status": "<status>",
  "deleted_id": 0
}

Aktualisiert

War diese Seite hilfreich?