Deletes multiple rows from a Coda table or view. This action queues the specified rows for deletion and returns immediately with a 202 status. The actual deletion is processed asynchronously and typically completes within several seconds. Use the returned requestId with the getM…
docIdRequiredstringID of the Coda document containing the table with rows to delete.
rowIdsRequiredarrayArray of row IDs to delete from the table. Each ID should be in the format 'i-xxxxxxxxxx'.
tableIdOrNameRequiredstringID or name of the table containing the rows to delete. Table IDs (e.g., 'grid-abc123') are recommended over names since names can be changed by users.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.