Delete

Delete one collection

Parameters:

Name

Optional / Required

Data type

Description

Default

id

required

String

One of your collection ids

Example:

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

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

{"state":"success"}

Last updated