Delete translation
MCP
delete_translationWRITE$0.00001 / call
Features
Delete a translation row.
Input1
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
Translation row ID
Output2
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
}