Delete API profile (MCP Tool)
Description
Based on: /docs/rest-api/post-api-profile-delete
Delete API profile for WunderTrading.
Use to ask about:
- delete an API profile
- remove an API profile
- delete a connected exchange account
- remove a connected exchange account
- disconnect an exchange account from WunderTrading
Prompt example
Delete api profile code_34j93j0003jkjfwsnaz
Input Schema
The Input Schema Provided to LLM.
Required: code
{
"inputSchema": {
"type": "object",
"properties": {
"code": {
"type": "string",
"minLength": 1,
"description": "API profile code identifying the profile to delete."
}
},
"required": [
"code"
],
"additionalProperties": false
}
}
We are continuously improving the platform, and new endpoints and features will be added soon to make your automated trading more flexible and efficient.