Xero · Example Payload

Xero Deletefeedconnections Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Deletefeedconnections Example is an example object payload from Xero, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "deleteFeedConnections",
  "method": "POST",
  "path": "/FeedConnections/DeleteRequests",
  "summary": "Xero Delete an existing feed connection",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "b4cc693b-24d9-42ec-a6d4-2943d253ff63"
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "202",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "b4cc693b-24d9-42ec-a6d4-2943d253ff63",
            "status": "PENDING"
          },
          {
            "accountToken": "10000125",
            "status": "REJECTED",
            "error": {
              "type": "feed-connected-in-different-organisation",
              "title": "Feed connected in different organisation",
              "detail": "The AccountToken is connected to another Xero Bank Account associated with this bank. This Xero Bank Account belongs to a different Xero Organisation."
            }
          }
        ]
      }
    }
  ]
}