maxcutler / python-wordpress-xmlrpc

Python library for WordPress XML-RPC integration
http://python-wordpress-xmlrpc.rtfd.org
MIT License
380 stars 129 forks source link

How can I delete media by wordpress-xmlrpc? #143

Open zsesz110 opened 3 years ago

zsesz110 commented 3 years ago

I want to delete all thing in media.

So, How can I delete media by wordpress-xmlrpc?

hope for reply, thanks!

Martini002 commented 7 months ago

Get the media id, then delete as if it were a post:

client.call(posts.DeletePost(image_id))