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.Documentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires developer authentication via OAuth2 Bearer Token. You must own the project.
Path Parameters
The unique identifier of the project
Example Request
Response
Returns204 No Content on success.
What Gets Deactivated
When you delete a Stripe configuration:| Item | Action |
|---|---|
| API Credentials | Marked as inactive, no longer usable |
| Webhook Secret | No longer validates incoming webhooks |
| Existing Subscriptions | Remain active in Stripe |
| Payment History | Preserved for records |
Before Deleting
Cancel Active Subscriptions
Cancel all active subscriptions through Stripe Dashboard or API to stop billing.
Reactivating Payments
To re-enable payments after deletion, create a new configuration:Error Responses
| Status | Description |
|---|---|
401 | Unauthorized - Invalid or missing authentication |
403 | Forbidden - You don’t own this project |
404 | Project or configuration not found |
Related Pages
Get Stripe Config
View current configuration
Update Stripe Config
Reconfigure Stripe settings
Cancel Subscription
Cancel user subscriptions

