Skip to main content
DELETE
/
v1
/
subscriptions
/
{id}
/
scheduled-change
/
{changeId}
Cancel a scheduled plan change
curl --request DELETE \
  --url https://api.useplinth.com/v1/subscriptions/{id}/scheduled-change/{changeId} \
  --header 'Authorization: Bearer <token>'
{
  "object": "scheduled_change",
  "id": "<string>",
  "canceled": true
}

Authorizations

Authorization
string
header
required

Use sk_test_ keys for sandbox. Use sk_live_ keys for production. Obtain your key from the dashboard.

Path Parameters

id
string
required
changeId
string
required

Response

200 - application/json

Scheduled change canceled

object
enum<string>
Available options:
scheduled_change
id
string
canceled
boolean
Example:

true