delete_dataverse_team
Remove a team from Dataverse permanently. This action cannot be undone and requires verifying the team has no assigned records or security roles before deletion.
Instructions
Permanently deletes a team from Dataverse. WARNING: This action cannot be undone and will fail if the team owns records or has assigned security roles. Ensure the team is not in use before deletion.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
teamId | Yes | ID of the team to delete |
Input Schema (JSON Schema)
{
"properties": {
"teamId": {
"description": "ID of the team to delete",
"type": "string"
}
},
"required": [
"teamId"
],
"type": "object"
}