Delete a thread. Requires authentication. Use for Agentuity cloud platform operations
Scanned 2/12/2026
Install via CLI
openskills install agentuity/docs---
name: agentuity-cli-cloud-thread-delete
description: Delete a thread. Requires authentication. Use for Agentuity cloud platform operations
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
argument-hint: "<thread_id>"
metadata:
command: "agentuity cloud thread delete"
tags: "destructive requires-auth"
---
# 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
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.