Skip to main content
Glama
by dappros

ethora-app-delete

Remove an application from the Ethora MCP Server using the appId, enabling users to manage and delete their apps within the Ethora platform.

Instructions

Delete an app by appId for the logged-in user

Input Schema

NameRequiredDescriptionDefault
appIdYesappId for app

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "appId for app", "type": "string" } }, "required": [ "appId" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dappros/ethora-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server