Delete: Delete File

Deletes a previously uploaded file from the system that is associated with a specific use case.

Endpoint:

/data_handler/delete_file

Input Parameters:

  • usecaseVersion (integer, optional): Version number of the use case.

    Default value: 1

  • usecaseId (string, required): Unique identifier of the use case for which the file is to be deleted.

Output:

Returns a confirmation message indicating whether the file was successfully deleted or if an error occurred during the deletion process.