Skip to main content
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.

Path parameters

term_id
string
required
The unique identifier of the glossary term to delete.

Response

Returns 204 No Content on success. The term and all its translations are permanently removed.
await client.glossary.delete("term_abc123");