Skip to content
Stable Diffusion API

Cancel Subscription API

Programmatically cancel a Stable Diffusion API subscription via the API.

Cancel Subscription

Cancel an active subscription. Most users cancel from the dashboard, but the API supports programmatic cancellation.

curl -X POST 'https://stablediffusionapi.com/api/v3/cancel_subscription' \
  -H 'Content-Type: application/json' \
  -d '{"key": "YOUR_API_KEY", "subscription_id": "sub_..."}'