Remove a registered app
singular_remove_appDelete an app alias and its stored token from the registry by providing the alias name.
Instructions
Delete an app alias (and its stored token) from the registry. Args: alias; response_format. Returns { alias, removed }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | Alias to remove. | |
| response_format | No | Output format: 'markdown' (human-readable) or 'json' (machine-readable). Default 'markdown'. | markdown |