delete_dataverse_role
Remove security roles from Microsoft Dataverse to maintain clean access control. This permanent deletion requires verifying the role is not currently assigned to users or teams.
Instructions
Permanently deletes a security role from Dataverse. WARNING: This action cannot be undone and will fail if the role is assigned to any users or teams. Ensure the role is not in use before deletion.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
roleId | Yes | ID of the role to delete |
Input Schema (JSON Schema)
{
"properties": {
"roleId": {
"description": "ID of the role to delete",
"type": "string"
}
},
"required": [
"roleId"
],
"type": "object"
}