> For the complete documentation index, see [llms.txt](https://docs.mburger.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mburger.cloud/ios-docs/admin/delete-a-section.md).

# Delete a section

To delete a section with an id:

```swift
MBAdmin.deleteSection(withSectionId: SECTION_ID, success: {

}, failure: { error in
      
})
```
