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

StatutDescriptionType
204withdrawn
401Unauthorizedecho.HTTPError
404no subscriptionecho.HTTPError
503billing is not configuredecho.HTTPError

Source machine : openapi.json · opération cancelBillingPendingChange