Delete

Delete a document in a section

Parameters:

Name

Optional / Required

Data type

Description

Default

id

required

String

One of your section ids

documents

required

String or integer

One or more document ids

Example:

curl -X DELETE -H "X-ACCESS-TOKEN: YOUR_ACCESS_TOKEN" -d "id=iMWWKoMS76pjqMoO_vpgFQQ3sHervO8yj" -d "documents=20327014,20327015" "https://api.yumpu.com/2.0/collection/section/document.json"

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

{"state":"success"}

Last updated