diary_comment/delete.json 概要

コメント削除

リクエスト

パラメータ 説明
id *必須 integer 削除するコメントのIDを指定します。

レスポンス

フィールド名 説明
id 削除したコメントのID

サンプルリクエスト

$ curl -XPOST -d 'apiKey=a6a0fb34aeb63036883323875c4d5103a88bd266b1cb5cfcbef3df276a9f36dc&id=17' http://example.com/api.php/diary_comment/delete.json

サンプルレスポンス

{
    "status":"success",
    "data":{
        "id":"17"
    }
}