v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
Stripe Payments

Remove Stripe Secret Key

Remove the configured Stripe secret key for one environment and best-effort remove managed webhook endpoints.

delete/api/payments/stripe/{environment}/config

Path parameters

environment'test' | 'live' required

Payment provider environment.

Response

Updated Stripe key configuration

Example response

{
  "keys": [
    {
      "maskedKey": "sk_test_...abcd"
    }
  ]
}