Agent skill
agentuity-cli-cloud-apikey-delete
Delete an API key (soft delete). Requires authentication. Use for Agentuity cloud platform operations
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentuity-cli-cloud-apikey-delete
Metadata
Additional technical details for this skill
- tags
- destructive deletes-resource slow requires-auth
- command
- agentuity cloud apikey delete
SKILL.md
Cloud Apikey Delete
Delete an API key (soft delete)
Prerequisites
- Authenticated with
agentuity auth login
Usage
bash
agentuity cloud apikey delete <id>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<id> |
string | Yes | - |
Examples
Delete item:
bash
bunx @agentuity/cli cloud apikey delete <id>
Run command:
bash
bunx @agentuity/cli cloud apikey del <id>
Delete item:
bash
bunx @agentuity/cli cloud apikey rm <id>
Output
Returns JSON object:
json
{
"success": "boolean",
"id": "string"
}
| Field | Type | Description |
|---|---|---|
success |
boolean | Whether the operation succeeded |
id |
string | API key id that was deleted |
Didn't find tool you were looking for?