activity/delete.json 概要

特定のタイムラインを削除します。

リクエスト

パラメータ 説明
activity_id integer 削除したいタイムラインの、IDを指定します。

レスポンス

フィールド名 説明
message statusフィールドがerrorのときにメッセージを返します。

サンプルリクエスト

$ curl http://example.com/api.php/activity/delete.json?activity_id=20&apiKey=5ad9d5a6a11c5f13ca5901a7c6e1d89ea991dc195666de393a61c808c61d19a5

サンプルレスポンス

{"status":"success"}