Delete

Delete one subscription

Parameters:

Name

Optional / Required

Data type

Description

Default

id

required

String

One of your subscription ids

Example:

curl -X DELETE -H "X-ACCESS-TOKEN: YOUR_ACCESS_TOKEN" -d "id=B7OxpT5ji53wLuR2" "https://api.yumpu.com/2.0/account/subscription.json"

Whatever language you are using, the result will be the same.

{
  "state": "success",
  "completed_in": "0.0407"
}

Last updated