0

Facebook のドキュメントはそれをカバーしていないようです ( https://developers.facebook.com/docs/reference/ads-api/custom-audience-targeting/ )。

ランニング:

https://graph.facebook.com/{audience_id}?method=DELETE&{access_token}

次の json を返します。

{
   "error": {
      "message": "Unsupported delete request.",
      "type": "GraphMethodException",
      "code": 100
   }
}

可能であれば、どのようにすればよいですか?

4

1 に答える 1