Delete (soft delete) a custom MCP server configuration. Only the owner can delete their configurations. The configuration is marked as deleted but not permanently removed from the database.
DELETEhttps://api.aitronos.com/v1/mcp-configurations/{config_id}
config_id string required The MCP configuration ID (mcp_ prefixed string).
Returns 204 No Content on successful deletion.
Bash
- Bash
- Python
- JavaScript
curl -X DELETE "https://api.aitronos.com/v1/mcp-configurations/mcp_abc123xyz" \
-H "X-API-Key: $FREDDY_API_KEY"