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