API / Billing
DELETE
/billing/pending-change
Withdraw a scheduled plan change
Withdraws a scheduled downgrade before it fires. Idempotent: withdrawing when nothing is scheduled succeeds.
Authentification : clé API Bearer requise.
Exemple curl
curl -X DELETE https://api.sporee.fr/billing/pending-change \
-H "Authorization: Bearer $SPORE_API_KEY"Réponses
| Statut | Description | Type |
|---|---|---|
| 204 | withdrawn | — |
| 401 | Unauthorized | echo.HTTPError |
| 404 | no subscription | echo.HTTPError |
| 503 | billing is not configured | echo.HTTPError |
Source machine : openapi.json · opération cancelBillingPendingChange