wp_delete_application_password
Revoke an application password for a WordPress user by providing the user ID and the password's UUID.
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. |