Delete data from a source table
Removes all data associated with the specified source table within the given data set. The table structure remains intact, but its contents are cleared.
To delete the data of a source table from a data set, perform the following HTTP request:
Endpoint
DELETE "https://<hostname>/mining/api/pub/dataIngestion/v1/dataSets/<data set>/sourceTables/<source table>/data"
Parameters
<data set>: Identifier of the target data set.
<source table>: Source table identifier as path parameter. The identifier can either be a key or a fully qualified name.
Example
DELETE "https://example.com/mining/api/pub/dataIngestion/v1/dataSets/myDataSet/sourceTables/default.table_a/data"