Soft delete an item
Items
Soft delete an item
Transitions the item to state: trashed. Reversible via POST /items/{id}/restore until the trash retention window expires (TRASH_RETENTION_DAYS, default 60 days; configurable per tenant via TenantConfig.trash_retention_days). After the window, the trash purger removes the row permanently.
For immediate hard deletion, use DELETE /items/{id}/purge instead — admin-only, no recovery. See Lifecycle.
DELETE
Soft delete an item
Documentation Index
Fetch the complete documentation index at: https://docs.myme.so/llms.txt
Use this file to discover all available pages before exploring further.