Delete
Delete one document
Parameters:
Name
Optional / Required
Data type
Description
Default
id
required
Integer
One of your document ids
Example:
curl -X DELETE -H "X-ACCESS-TOKEN: YOUR_ACCESS_TOKEN" -d "id=20327033" "https://api.yumpu.com/2.0/document.json"
Whatever language you are using, the result will be the same.
{"state":"success"}
Last updated
Was this helpful?