wp_delete_application_password
Revoke a specific application password for a WordPress user. Provide the user ID and the password's UUID to delete it.
Instructions
Revokes an existing application password.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| user_id | Yes | The ID of the user who owns the password. | |
| uuid | Yes | The UUID of the application password to revoke. |