Delete a media
MBAdmin.deleteMedia(withMediaId: MEDIA_ID, success: {
}, failure: { error in
})Last updated
You can delete a media (an image or a video), giving its id with the function.
The id of the media is the field id of the objects MBImage and MBFile.
MBAdmin.deleteMedia(withMediaId: MEDIA_ID, success: {
}, failure: { error in
})Last updated