Skip to main content
DELETE
Cancel the Stripe subscription directly
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

DELETE /billing/stripe/subscription Authorization:
  • Required role: owner only

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
atPeriodEnd
boolean
default:true

If true (default), cancels at period end rather than immediately.

Response

Subscription cancelled (or scheduled for cancellation)

status
string
Example:

"success"

message
string
data
object