wp_delete_media
Permanently delete a WordPress media attachment by setting force to true, removing it from the media library.
Instructions
Permanently delete a media attachment. WordPress requires force:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| force | No | ||
| dry_run | No | Preview changes without writing |