Skip to main content
Delete a record from a table

Tool details

FieldValue
Nameairtable__delete_record
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "baseId": {
      "type": "string",
      "description": "Airtable base ID"
    },
    "tableIdOrName": {
      "type": "string",
      "description": "Table ID or URL-encoded table name"
    },
    "recordId": {
      "type": "string",
      "description": "Airtable record ID"
    }
  },
  "required": [
    "baseId",
    "tableIdOrName",
    "recordId"
  ],
  "description": "Input schema for the airtable__delete_record tool."
}

Output schema

This tool does not publish an output schema.