Skip to main content
Story repositories expose soft delete and hard delete operations. Soft delete marks a story as deleted and removes it from normal story collections. Hard delete passes the permanent-delete flag to the backend.
Treat hard delete as irreversible from the client perspective. Do not offer it in user-facing flows without confirmation.

Parameters

Soft Delete

Soft delete a story when the item should disappear from normal story surfaces while preserving deleted-state semantics.

Hard Delete

Hard delete a story only after the product confirms permanent removal is intended.

Choosing a Delete Type

Get Stories

Observe collections after delete operations.

Create Story

Create new story content.