Reference / Billing

Cancel Identra's own Stripe `pro` subscription and return to free (dashboard, billing:write).

POST /v1/billing/subscription/stripe/cancel
Secret API key operationId: platform_cancel

Authorization

Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.

Responses

200 Subscription canceled
{
  "data": {},
  "error": {
    "code": "string",
    "message": "string"
  },
  "meta": {
    "timestamp": "string"
  },
  "success": false
}

Request

curl -X POST "https://api.identrahq.com/v1/billing/subscription/stripe/cancel" \

Try it

live request
POST https://api.identrahq.com/v1/billing/subscription/stripe/cancel