{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeleteTableRowRequest", "type": "object", "description": "Deletes a row from a table.", "properties": { "tableObjectId": { "type": "string", "description": "The table to delete rows from." } } }