If I call media.delete (entryID), I believe this would only mark those entries as “deleted” and won’t show on KMC. Is there an API command I can run to restore them?
Also, I can’t seem to get those deleted entries via media.list, am I missing something? I thought I should be able to as they would have a deleted status or something.
As to restoring entries, there is no public API for that. If you’re using CE/OP (self hosted), you can use one of these scripts (depending on your need) to change the status and re-index:
/opt/kaltura/app/alpha/scripts/utils/restoreDeletedEntries.php
/opt/kaltura/app/alpha/scripts/utils/restoreDeletedEntriesByEntryList.php
If you’re a SaaS customer, you will need to approach your account manager.