日記削除
| パラメータ | 値 | 説明 |
|---|---|---|
| diary_id *必須 | integer | 削除したい日記記事のIDを指定します。 |
| フィールド名 | 説明 |
|---|---|
| id | 削除した記事ID |
$ curl -XPOST -d 'diarry_id=20&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5' http://example.com/api.php/diary/delete.json
{
"status": "success",
"data":{
"id":20,
},
}
}