Delete a database table
Deletes a database table and its associated reporting nodes, dataset, and source records (the shared solution is kept).
DELETE
/api/database-tables/{tableId}Path parameters
tableIdnumberrequiredPath parameter: tableId
Request
curl
curl -X DELETE https://platform.trickest.com/api/database-tables/{tableId} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Database table deleted
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring