Delete a section

To delete a section with an id:

MBAdmin.deleteSection(withSectionId: SECTION_ID, success: {

}, failure: { error in
      
})

Last updated