agentuity-cli-cloud-apikey-delete
Delete an API key (soft delete). Requires authentication. Use for Agentuity cloud platform operations
allowed_tools: Bash(agentuity:*)
$ Installer
git clone https://github.com/agentuity/discord-help-agent /tmp/discord-help-agent && cp -r /tmp/discord-help-agent/.agents/skills/agentuity-cli-cloud-apikey-delete ~/.claude/skills/discord-help-agent// tip: Run this command in your terminal to install the skill
SKILL.md
name: agentuity-cli-cloud-apikey-delete description: Delete an API key (soft delete). Requires authentication. Use for Agentuity cloud platform operations version: "0.0.110" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" argument-hint: "" metadata: command: "agentuity cloud apikey delete" tags: "destructive deletes-resource slow requires-auth"
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 command:
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 |
Repository

agentuity
Author
agentuity/discord-help-agent/.agents/skills/agentuity-cli-cloud-apikey-delete
1
Stars
0
Forks
Updated22h ago
Added1w ago