June 2024

Entity Deletion

3min

Date: June 28th, 2024

We're excited to announce the ability for developers to delete Entity instances.

What's New

  • Instance Deletion API: A new DELETE endpoint for removing Entity instances.
  • Hard Deletion Support: Instances can now be permanently removed from the system.
  • Unique Identifier Reuse: Deleted instance identifiers can be reused for new instances.

Benefits

  1. Enhanced Data Flexibility: Easily remove and recreate instances with new attributes, allowing for more dynamic data management.
  2. Improved Schema Management: Facilitates the deletion and recreation of instance types with different attribute setups.
  3. Efficient Resource Utilization: Hard deletion of unused instances and types helps maintain a cleaner, more efficient database.

Developer Resources

Refer to our updated How to guide for Entity for implementation details.