Delete all data of a data-format
Function: Delete all data of a data-format
This action allows you to completely remove all records that have been stored under a specific "Data-format" in your application. Think of a "Data-format" as a type of information, like "Customer Orders" or "Product Catalog." When you use this action, all entries belonging to that chosen type will be permanently deleted. This is useful for cleaning up old data, resetting a specific dataset, or preparing for new data imports.
Input
- Data-format:
- Description: Choose the specific "Data-format" (like a table or data structure) from which you want to delete all existing data.
- Type:
DATA_FORMAT(A structure that defines how your data is organized, like a list of fields for "Products" or "Users").
Execution Flow
Real-Life Examples
-
Scenario: Resetting a Test Environment
- Inputs:
- Data-format:
Test User Accounts
- Data-format:
- Result: All existing test user accounts in the application are permanently removed, allowing for a fresh set of test data to be created.
- Inputs:
-
Scenario: Cleaning Up Obsolete Product Data
- Inputs:
- Data-format:
Discontinued Products
- Data-format:
- Result: Every product entry that was marked as 'discontinued' and stored under the
Discontinued Productsdata-format is deleted from the system, streamlining the product catalog.
- Inputs:
-
Scenario: Removing Old Survey Responses
- Inputs:
- Data-format:
Customer Feedback 2022
- Data-format:
- Result: All survey responses collected in 2022, which were stored under the
Customer Feedback 2022data-format, are permanently erased, making space for new feedback data.
- Inputs: