source_tables

Delete Source Table

Delete a source table the org owns, by table_name.

Hard delete: a model trained from it keeps working (the FK is ON DELETE SET NULL — nullable provenance).

delete/v1/source_tables/{table_name}

Path parameters

table_namestring required

Response

Successful Response

table_namestring required
deletedboolean required

Changes