Remove Stripe integration
<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>
Deletes the app's sandbox record and stored Stripe secrets, and clears its Stripe mode, so Get Stripe integration status reports no mode.
This does not delete the Stripe account or catalog, revoke credentials at Stripe, or redeploy existing backend functions.
Backend functions that were already deployed keep the credentials they were deployed with, so they can keep using Stripe until you redeploy the app.
Requires write access to the app. Workspace viewers cannot call this operation.
delete/api/apps/{app_id}/payments/stripe
Path parameters
app_idstring required
ID of the Base44 app.
ID of the Base44 app.
Response
The operation result.
Example response
{
"success": true
}Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○