/
/Public Slite api
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 5h ago · Updated 5h ago
  • getAsk a question
  • getList custom content
  • postIndex a custom content
  • deleteDelete custom content
  • getList notes for knowledge management
  • getList public notes for knowledge management
  • getList inactive notes for knowledge management
  • getList empty notes for knowledge management
  • getReturn the authenticated user information.
  • getList notes
  • postCreate a note
  • getReturn a note
  • putUpdate a note
  • deleteDelete a note and its children
  • getReturn note children by parent note id
  • putVerify a note
  • putFlag note as outdated
  • putArchive or unarchive a note
  • putUpdate note owner
  • putUpdate a tile in a note
  • getSearch notes
  • getGet user by ID
  • getSearch users
  • getGet group by ID
  • getSearch groups

Delete custom content

Delete a custom content from AskX usage.

delete/ask/index

Request body

rootIdstring required

Root id of the object to gather sources from. This should be created from the UI as a new custom data source.

idstring required

Unique id of the object to index scoped to the rootId

Response

Ok

okboolean required

Changes