Version v0.50 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
Upload management
API endpoints for Upload management.
DELETE /api/ee/upload-management/tables/:id
Delete the uploaded table from the database, optionally archiving cards for which it is the primary source.
PARAMS:
-
idvalue must be an integer greater than zero. -
archive-cardsnullable value must be a valid boolean string (‘true’ or ‘false’).
GET /api/ee/upload-management/tables
Get all Tables visible to the current user which were created by uploading a file.
Read docs for other versions of Metabase.