I want to delete a specific post on Instagram with JavaScript using API
I tried how to remove a post from the following document.
https://developers.facebook.com/docs/graph-api/reference/v13.0/post#deleting
but, I got the following error.
Unsupported delete request. Object with ID '{post_id}' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api
Instagram does not yet support delete via their API. Please see the content publishing API.