Delete all data of a data-format
Function: Delete all data of a data-format
This action allows you to completely remove all records associated with a specific data structure (Data-format) from your application. This is useful when you need to clear out old or incorrect data for a particular type of information.
Input
- Data-format:
- Type: DATA_FORMAT
- Description: Choose the specific data structure (like "Customers," "Products," or "Orders") for which you want to delete all stored data. This input is required.
Output
This action does not produce a direct output value. Its successful execution means that all data records belonging to the specified Data-format have been permanently removed from your application.
Execution Flow
Real-Life Examples
-
Scenario: Resetting a Test Environment
- Inputs:
- Data-format:
Test_Users
- Data-format:
- Result: All user accounts that were created specifically for testing purposes under the
Test_Usersdata structure are permanently removed from the application, allowing for a fresh start.
- Inputs:
-
Scenario: Removing Obsolete Product Information
- Inputs:
- Data-format:
Discontinued_Products
- Data-format:
- Result: All product entries categorized under the
Discontinued_Productsdata structure are deleted, ensuring that only current and relevant product information remains in the system.
- Inputs:
-
Scenario: Clearing Out Old Survey Responses
- Inputs:
- Data-format:
Customer_Survey_2022
- Data-format:
- Result: All individual survey responses collected in 2022, stored under the
Customer_Survey_2022data structure, are permanently erased, helping to manage data storage and privacy.
- Inputs: