Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
adlyse-workflows
list_workflowsget_workflowrun_workflowget_run_status
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-workflows

delete_table

Delete one of your tables, with every row in it.

Destructive. confirm_name must equal the table’s exact name — read it back to the user before calling. In the in-product agent this tool opens the approval modal.

Parameters#

NameTypeRequiredDefaultDescription
table_idstringyesThe table id
confirm_namestringyesThe table’s exact name, as confirmation

Returns#

json
{ "deleted": true, "table_id": "dtbl_abc123", "name": "Q3 leads", "rows_deleted": 42 }

Errors#

error_typeWhen
auth_errorMissing / invalid API key
confirmation_requiredconfirm_name does not match the table name
not_foundUnknown or platform-managed table