Delete a section
MBAdmin.deleteSection(withSectionId: SECTION_ID, success: {
}, failure: { error in
})Last updated
To delete a section with an id:
MBAdmin.deleteSection(withSectionId: SECTION_ID, success: {
}, failure: { error in
})Last updated