From 19826cd129d6028e8991cc380021367a55efdfe9 Mon Sep 17 00:00:00 2001 From: rmarcall <129298683+rmarcall@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:26:50 +0000 Subject: [PATCH] Update checkpoints-AP-Payments remove references to Unlink endpoint.md Remove references to unlink connection endpoint following Xero feedback --- .../xero/partner-certification/checkpoints-AP-Payments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/accounting/xero/partner-certification/checkpoints-AP-Payments.md b/docs/integrations/accounting/xero/partner-certification/checkpoints-AP-Payments.md index 4ca567321..f1b9227e6 100644 --- a/docs/integrations/accounting/xero/partner-certification/checkpoints-AP-Payments.md +++ b/docs/integrations/accounting/xero/partner-certification/checkpoints-AP-Payments.md @@ -31,10 +31,10 @@ While Codat handles the initial connection to Xero via the Codat Link UI, Xero r | :-- | :-- | | Display the name of the tenant that has been connected | This can be retrieved from our [Get company info](/accounting-api#/operations/get-company-info) endpoint. | | Display the current status of the connection. If disconnected, provide a button to reconnect to Xero | Use our [Get connection](/platform-api#/operations/get-company-connection) endpoint to check the `status` of the connection and use the `linkUrl` to reconnect.| -| Provide a button to terminate the connection | When a user clicks on the button, use our [Unlink connection](/platform-api#/operations/unlink-connection) endpoint to disconnect from Xero. | +| Provide a button to terminate the connection | When a user clicks on the button, use our [Delete connection](/platform-api#/operations/delete-connection) endpoint to disconnect from Xero. | | Handle a disconnect from Xero's side | Use a webhook to listen to our [DataConnectionStatusChanged](/using-the-api/webhooks/event-types) event that identifies when a disconnect happens. When the alert is triggered, change the connection status in your UI and display a "Reconnect" or "Connect" button. Xero recommends setting a regular daily sync of light data types so you can check each connected company's connection status every day.| | Support one-to-one or multi-organizational connection | Codat allows your customers to select their Xero organization using the native Xero UI. You can enable them to connect to multiple organizations within Xero by creating a separate Codat company per organization. | -| Provide a disconnection process for off-boarding | Use our [Unlink connection](/platform-api#/operations/unlink-connection) endpoint to prevent further syncs or the [Delete connection](/platform-api#/operations/delete-company-connection) endpoint to prevent further syncs and querying of historically synced data.| +| Provide a disconnection process for off-boarding | Use our [Delete connection](/platform-api#/operations/delete-company-connection) endpoint to prevent further syncs and querying of historically synced data.| ### 4. Branding and naming