Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

DeleteTermInput

Input object expected by the query or mutation

input DeleteTermInput {
id: String!
}

Fields

DeleteTermInput.id ● String! non-null scalar general

id of the term to delete

Example

{
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}

Member Of