Skip to main content
POST
Call off a scheduled plan change

Authorizations

X-Suby-Api-Key
string
header
required

Secret API key. sk_live_… (production) or sk_sandbox_… (sandbox).

Headers

Idempotency-Key
string

Optional key (≤255 chars, e.g. a UUID v4) making this POST safe to retry · the response is cached 24h and a retry with the SAME key replays it instead of re-executing. The same key with a different body → 422 IDEMPOTENCY_KEY_CONFLICT; a retry while the first is in flight → 409.

Maximum string length: 255
Example:

"5f3b9c2e-1a4d-4f2b-9c31-7e2a1b6d8c04"

Path Parameters

id
string
required
Example:

"sub_abc123"

Body

application/json
scheduledChangeId
string

Guard · the change you read from GET /v3/subscriptions/{id}. Naming a different one is refused (NO_SCHEDULED_PLAN_CHANGE).

Example:

"ssc_abc123"

Response

The queued change was called off

success
boolean
required
Example:

true

data
object
required

Endpoint-specific payload.

message
string