DELETE
Deletes a model instance.
Syntax
Arguments
| Argument | Type | Description |
|---|---|---|
MODEL |
Required | Model class: BALL, REGIME, ECONOMY, SPECIAL |
IDENTIFIER |
Required | Name/identifier of the instance to delete |
Behavior
- Permanently removes the specified instance
- Cannot be undone
- Returns confirmation message
Examples
Delete a Ball
Output:
Delete Multiple Instances
Using Aliases
Safety Tips
Permanent Deletion
Deleted instances cannot be recovered. Always verify the identifier before deleting.
Verify Before Deleting
Bulk Deletion
For deleting multiple instances matching a condition, use FILTER.DELETE:
Error Handling
If the instance doesn't exist:
DexComX provides autocorrect suggestions if you mistype.
See Also
- CREATE - Create new instances
- FILTER.DELETE - Bulk deletion
- VIEW - Verify instance before deleting