Ask AI
Skip to main content

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

  1. Scenario: Resetting a Test Environment

    • Inputs:
      • Data-format: Test_Users
    • Result: All user accounts that were created specifically for testing purposes under the Test_Users data structure are permanently removed from the application, allowing for a fresh start.
  2. Scenario: Removing Obsolete Product Information

    • Inputs:
      • Data-format: Discontinued_Products
    • Result: All product entries categorized under the Discontinued_Products data structure are deleted, ensuring that only current and relevant product information remains in the system.
  3. Scenario: Clearing Out Old Survey Responses

    • Inputs:
      • Data-format: Customer_Survey_2022
    • Result: All individual survey responses collected in 2022, stored under the Customer_Survey_2022 data structure, are permanently erased, helping to manage data storage and privacy.