Savings

Cancel a savings plan

Use this method to a cancel a specific savings plan.

DELETE
/api/v2/my/savings/plans/{plan_id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

plan_id*string

The universally unique identifier (UUID) of a savings plan.

Formatuuid
plan_id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v2/my/savings/plans/string"
Empty
{  "error": {    "message": "Unauthorized"  }}
{  "error": {    "message": "Account is archived"  }}
{  "error": {    "message": "Service Unavailable"  }}