Delete a media
The id of the media is the field id of the objects MBImage
and MBFile
.
await MBAdmin.shared.deleteMedia(mediaId);
Last updated
Was this helpful?
The id of the media is the field id of the objects MBImage
and MBFile
.
await MBAdmin.shared.deleteMedia(mediaId);
Last updated
Was this helpful?