Manage story lifecycle with powerful deletion capabilities supporting both soft and hard deletion patterns for different content management needs
Deletion Type | Data Preservation | Use Case |
---|---|---|
Soft Delete | ✅ Data preserved | ✅ Content moderation |
Hard Delete | ❌ Data permanently removed | ✅ GDPR compliance, permanent removal |
isDeleted
flag to true
, making it invisible to users while preserving all data for potential recovery or compliance purposes.
Parameter | Type | Required | Description |
---|---|---|---|
storyId | String | Yes | Unique identifier of the story to soft delete |
Parameter | Type | Required | Description |
---|---|---|---|
storyId | String | Yes | Unique identifier of the story to permanently delete |