wordpress_delete_media
Delete a WordPress media item permanently by providing its media ID and setting force to true. Removes the file and attachment record from your site.
Instructions
Delete a WordPress media item.
Args: media_id: Media ID to delete force: Must be true for media (media cannot be trashed)
Returns: Deletion confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| media_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||