wordpress_bulk_delete_media
Delete multiple media attachments from a WordPress site in a single API call, trashing or permanently removing up to 100 items per request. No plugins required.
Instructions
[UNIFIED] Delete (trash or permanently remove) a list of media attachments in a single call. Max 100 IDs per request. Returns processed / errors / total. Uses stock /wp/v2/media/{id} DELETE so no companion plugin is required, but issues N requests (with a small concurrency cap); for 1000+ attachments, paginate client-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| force | No | ||
| media_ids | Yes |