Skip to main content
POST
/
v1
/
billing
/
subscription
/
cancel
Cancel Subscription
curl --request POST \
  --url https://api.faces.sh/v1/billing/subscription/cancel
{
  "canceled_at_period_end": true,
  "current_period_end": "<string>"
}

Headers

authorization
string | null

Response

Successful Response

canceled_at_period_end
boolean
required
current_period_end
string | null
required