Cancel Schedule
cancel_scheduleCancel one or more active schedules for the linked wallet. Call list_schedules first to get a real id. Pass id to cancel exactly one; pass provider to cancel every active schedule for that provider; omit both to cancel ALL active schedules for this wallet. No PIN required, matching chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The exact schedule id from list_schedules. Cancels only that one schedule. | |
| api_key | No | AbaPay MCP API key. NOT needed when the connector is authorized via OAuth — omit it entirely in that case. | |
| provider | No | Cancel every active schedule for this provider, e.g. "mtn". Ignored if id is also given. |