I need to delete removed videos on wordpress database by external resource via JSON api.
Tried page (Required) Integer on wordpress 5+ but couldn't find the proper sql code.
Method getDeletedVideos
Retrieves all deleted videos.
Parameters:
- page (Required) Integer
I expect to delete all posts containing removed posts by their api. I need to generate the sql code for this.