After looking at the documentationi see the following:
DELETE https://graph.facebook.com/[request_id]?access_token=USER_ACCESS_TOKEN
Though i can’t seem to get that to work, what is this DELETE in front of the URL ?
Could someone show me how to implement this ?
It is type of HTTP request
so you have to send DELETE request to
https://graph.facebook.com/[request_id]?access_token=USER_ACCESS_TOKEN