Cancel Identra's own Stripe `pro` subscription and return to free (dashboard, billing:write).
POST
Secret API key operationId: platform_cancel/v1/billing/subscription/stripe/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 requestPOST
https://api.identrahq.com/v1/billing/subscription/stripe/cancel