| name | agentuity-cli-cloud-apikey-delete |
| description | Delete an API key (soft delete). Requires authentication. Use for Agentuity cloud platform operations |
| version | 0.0.103 |
| license | Apache-2.0 |
| allowed-tools | Bash(agentuity:*) |
| argument-hint | <id> |
| metadata | [object Object] |
Cloud Apikey Delete
Delete an API key (soft delete)
Prerequisites
- Authenticated with
agentuity auth login
Usage
agentuity cloud apikey delete <id>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<id> |
string | Yes | - |
Examples
Delete item:
bunx @agentuity/cli cloud apikey delete <id>
Run
bunx @agentuity/cli cloud apikey del <id>
Delete item:
bunx @agentuity/cli cloud apikey rm <id>
Output
Returns JSON object:
{
"success": "boolean",
"id": "string"
}
| Field | Type | Description |
|---|---|---|
success |
boolean | Whether the operation succeeded |
id |
string | API key id that was deleted |