Skip to main content
DELETE
/
v1
/
glossary
/
{term_id}
await client.glossary.delete("term_abc123");

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");