Přejít na hlavní obsah
DELETE
/
v1
/
glossary
/
{term_id}
await client.glossary.delete("term_abc123");

Documentation Index

Fetch the complete documentation index at: https://productlasso.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Parametry cesty

term_id
string
povinné
Jedinečný identifikátor pojmu ve slovníku ke smazání.

Odpověď

Při úspěchu vrací 204 No Content. Pojem a všechny jeho překlady jsou trvale odstraněny.
await client.glossary.delete("term_abc123");