wordpress_delete_role
Remove custom user roles from WordPress to maintain clean user management and improve site security by eliminating unused role definitions.
Instructions
Delete a custom user role
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes |
Input Schema (JSON Schema)
{
"properties": {
"role": {
"type": "string"
}
},
"required": [
"role"
],
"type": "object"
}