action xero_delete_connection { label: "Deletes a connection for this user (i.e. disconnect a tenant)" description: "Override the base server url that include version" provider: xero method: DELETE path: "/Connections/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" format: "uuid" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }