Skip to main content
POST
/
billing
/
cancel
Cancel subscription at period end
curl --request POST \
  --url https://api.mnemom.ai/v1/billing/cancel \
  --header 'Authorization: Bearer <token>'
{
  "canceled": true,
  "cancel_at_period_end": true,
  "current_period_end": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Response

Cancellation confirmed

canceled
boolean
cancel_at_period_end
boolean
current_period_end
string<date-time>