Delete

Delete one document hotspot

Parameters:

Name

Optional / Required

Data type

Description

Default

id

required

String

One of your document hotspot ids

Example:

curl -X DELETE -H "X-ACCESS-TOKEN: YOUR_ACCESS_TOKEN" -d "id=2d914999Iikh4a3I" "https://api.yumpu.com/2.0/document/hotspot.json"

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

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

Last updated