edubase_delete_event_permission
Remove a specific user permission from an event to revoke access rights like view, control, or admin. Solves the need to manage and restrict event access by deleting assigned permissions.
Instructions
Remove a user permission from an event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | user identification string | |
| event | Yes | event identification string | |
| permission | Yes | permission level (view / report / control / modify / finances / grant / admin) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | the user identification string | |
| content | Yes | ||
| success | Yes | operation was successful |