# Agentuity CLI Cloud Thread Delete

> Delete a thread. Requires authentication. Use for Agentuity cloud platform operations

- Skill: `majiayu000/agentuity-cli-cloud-thread-delete-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/agentuity-cli-cloud-thread-delete-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/agentuity-cli-cloud-thread-delete-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- License: Apache-2.0
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/majiayu000/agentuity-cli-cloud-thread-delete-2

---


# Cloud Thread Delete

Delete a thread

## Prerequisites

- Authenticated with `agentuity auth login`

## Usage

```bash
agentuity cloud thread delete <thread_id>
```

## Arguments

| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| `<thread_id>` | string | Yes | - |

## Examples

Delete a thread by ID:

```bash
bunx @agentuity/cli cloud thread delete thrd_abc123xyz
```

