Delete media
Function: Delete Media
This function allows you to permanently remove a media file from your application's media library. This is useful for cleaning up unused files, removing outdated content, or managing storage efficiently.
Input
- Media ID (Text, Required): This is the unique identifier for the specific media file you wish to delete. You can typically find this ID when you upload or manage media within your application, or it might be stored alongside other data related to the media.
Output
No direct output is returned by this function. If the action completes successfully, the media file will be removed from your application's media library. If an error occurs (e.g., the Media ID is incorrect or the file cannot be found), an error message will be displayed within your application's logs or user interface.