Delete a database table row
Soft-deletes a user-written overlay row from a live database table.
DELETE
/api/database-tables/{tableId}/rows/{rowId}Path parameters
tableIdnumberrequiredPath parameter: tableId
rowIdnumberrequiredPath parameter: rowId
Request
curl
curl -X DELETE https://platform.trickest.com/api/database-tables/{tableId}/rows/{rowId} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200The deleted row
rowobjectrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring