Drop source table
Drops a specified source table (definition and content).
DELETE /api/pub/dataIngestion/v1/dataSets/{dataSet}/sourceTables/{sourceTable}
Input: Source table identifier as path parameter. The identifier can either be a key or a fully qualified name.
Output: Success result if deletion was performed without error.