Delete a media
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
Was this helpful?
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
Was this helpful?