Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

akarso posts delete

Delete a post by its ID. This action cannot be undone.
Pass --force to skip the confirmation prompt (required when called programmatically or by agents).
Pass --delete-from-platforms to also remove the published post from the social platforms themselves (where supported).

Usage

akarso posts delete <postId>

Arguments

ArgumentRequiredDescription
<postId>YespostId

Options

OptionDefaultDescription
--force-Skip confirmation
--delete-from-platforms-Also delete the published post from the platforms

Global Options

OptionDefaultDescription
--api-key [key]-API key (overrides AKARSO_API_KEY env and ~/.akarso/config.json)
--api-url [url]-Server URL (overrides AKARSO_API_URL env, defaults to akarso.co)
--profile [id]-Profile (workspace) ID to operate on, overriding the API key's pinned profile. Use profiles list to see available IDs.
--json-Output raw JSON instead of YAML
-h, --help-Display this message
-v, --version-Display version number