delete_faqs

Delete one or more FAQ entries

Input

Parameter
Type
Required
Description

faqIds

string[]

Yes

Array of FAQ IDs to delete

Output

Field
Type
Description

content

ContentItem[]

Array of content items returned by the tool - ContentItem

isError

boolean

Whether the tool execution resulted in an error

ContentItem

Field
Type
Description

type

'text'

Content type (currently only 'text' is supported)

text

string

The text content to display

Last updated