A
DeleteAirtableBase
AirtableApi.DeleteAirtableBase
Description
Delete a specified Airtable base.
Use this tool to delete an Airtable base by specifying the base ID. Deleted bases can be restored by workspace owners within the retention period set by the billing plan.
Input Parameters
{
"parameters": [
{
"name": "base_id",
"required": true,
"inferrable": true,
"description": "The unique identifier of the base you want to delete. This ID is required to perform the deletion.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'delete-base'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}