Delete Stripe Configuration
Stripe Configuration
Delete Stripe Configuration
Deactivate Stripe payment configuration for a project
DELETE
Delete Stripe Configuration
Deactivate the Stripe payment configuration for a project. This marks the configuration as inactive but does not delete existing subscriptions or payment records.
Authentication
This endpoint requires developer authentication via OAuth2 Bearer Token. You must own the project.
Path Parameters
string (UUID)
required
The unique identifier of the project
Example Request
Response
Returns204 No Content on success.
What Gets Deactivated
When you delete a Stripe configuration:Before Deleting
1
Cancel Active Subscriptions
Cancel all active subscriptions through Stripe Dashboard or API to stop billing.
2
Notify Users
Inform subscribers about the service discontinuation.
3
Export Data
Download payment and subscription records if needed.
4
Delete Configuration
Call this endpoint to deactivate the configuration.
Reactivating Payments
To re-enable payments after deletion, create a new configuration:Error Responses
Related Pages
Get Stripe Config
View current configuration
Update Stripe Config
Reconfigure Stripe settings
Cancel Subscription
Cancel user subscriptions

