---
title: "Disconnect Wix Payments"
method: DELETE
path: "/api/apps/{app_id}/payments/wix"
---

# Disconnect Wix Payments

`DELETE /api/apps/{app_id}/payments/wix`

<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>

Disconnects the payment integration and removes its stored provider credentials.

Wix Payments and Payments by Wix share one set of live checkout credentials. Disconnecting repoints those credentials to the other integration if it's still connected, or clears them if not, so the deployed checkout can no longer create new charges. This takes effect immediately, without a separate deploy.

This does not delete the Wix account, and preserves the [Wix site connection](/developers/references/apps-api/sections/payments-wix#the-wix-site-connection), so dashboard access keeps working. An in-progress checkout can still complete.

Requires write access to the app.

## Path parameters

- `app_id` string, required — ID of the Base44 app.

## Response `200`

The integration was disconnected.

- WixPaymentDisconnectResult — The result of disconnecting a Wix payment integration.
  - `success` boolean, required — Whether the disconnect completed.

## Other responses

- `400` — The integration is not connected — either it was never connected, or a previous call already disconnected it.
- `401` — Missing or invalid credentials.
- `403` — The credential is not permitted or you don't have write access to the app. A missing app also fails the app access check.
- `404` — The app is outside the credential's granted workspace.
- `409` — The workspace requires an unlocked SSO session.

## Changes

- **2026-09-15** `ca10c5ce328c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/base44/apis/base44-app-management-api/changes/api/apps/:app_id/payments/wix/delete.md)

---

[API](https://skmtc.dev/base44/apis/base44-app-management-api.md) · [All operations](https://skmtc.dev/base44/apis/base44-app-management-api/llms.txt) · [OpenAPI document](https://skmtc.dev/base44/apis/base44-app-management-api/revisions/cf164639a9bf?raw)
