For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete a section

To delete a section with an id:

MBAdmin.deleteSection(withSectionId: SECTION_ID, success: {

}, failure: { error in
      
})

Last updated