curl -s -H 'Authorization: Bearer <your API token>' -X DELETE \
'https://coda.io/apis/v1/docs/<doc ID>/tables/<table ID>/rows/<row ID>' |
jq '"Deleted row " + .id'
# => "Deleted row <row ID>"
{
"requestId": "abc-123-def-456",
"id": "i-tuVwxYz"
}