v1
latestOpenAPI 3.1.02026-07-24104338.0 KBPlans
Archive a subscription plan
Archived plans can't be subscribed to, but existing subscriptions on the plan continue billing unchanged. Archiving is one-way and idempotent.
post/api/v3/subscriptions/plans/{planId}/archive
Path parameters
planIdstring uuid required
Response
Plan archived.
Example response
{
"asset": "USD",
"price": {
"amount": "29.00",
"asset": "USD"
},
"gracePeriod": "P3D",
"createdAt": 1748513400,
"updatedAt": 1748513400
}