curl --request DELETE \
--url https://api.devkit4ai.com/api/v1/payments/stripe/projects/{project_id}/config \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Deactivate Stripe payment configuration for a project. This does not delete existing subscriptions.
curl --request DELETE \
--url https://api.devkit4ai.com/api/v1/payments/stripe/projects/{project_id}/config \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}