How do you delete / update a metadata object through the API?
For example Scheduled emails: http://docs.gooddata.apiary.io/#reportsanddashboardsbyemail In the documentation I see how to create a new one or get existing ones. How do I delete a Scheduled email?
DELETE https://secure.gooddata.com/gdc/md/PROJECT_ID/obj/OBJECT_ID
For scheduledMail it works fine, but does it work universally?
How do you update a scheduled email? Does PUT
work? What request body should I use? Or do I have to delete the old object and create a new one?