Delete

Delete an existing member

Parameters:

Name

Optional / Required

Data type

Description

Default

id

required

String

One of your member ids

Example:

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

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

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

Last updated