For the complete documentation index, see llms.txt. This page is also available as Markdown.

delete

Deletes an item from a collection.

Usage

terrakube collection-item delete --organization <ORG> --collection <COL> --id <ITEM_ID>

Examples

terrakube collection-item delete -o "$ORG_ID" --collection "$COL_ID" --id "$ITEM_ID"

Last updated

Was this helpful?