delete_dataverse_table
Permanently remove custom tables from Dataverse. This irreversible action deletes all table data and cannot be undone. Use only for tables no longer needed.
Instructions
Permanently deletes a custom table from Dataverse. WARNING: This action cannot be undone and will remove all data in the table. Use with extreme caution and only for tables that are no longer needed.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
logicalName | Yes | Logical name of the table to delete |
Input Schema (JSON Schema)
{
"properties": {
"logicalName": {
"description": "Logical name of the table to delete",
"type": "string"
}
},
"required": [
"logicalName"
],
"type": "object"
}