Delete: Delete From Hdfs
Endpoint: /pyspark_data_ingestion/delete_from_hdfs
Deletes data associated with a use case from HDFS to free up storage or reset ingestion.
Input Parameters:
- usecaseId (string, required): Unique identifier for the dataset/use case
- usecaseVersion (integer, optional): Version of the use case (default:1)
Output:
Returns a status message indicating success or failure of the deletion request.