お知らせを削除

DELETE/manage/communities/:communityId/announcements/:id

コミュニティのお知らせを削除します。ADMIN のみ実行できます。

認証要ログイン

パスパラメータ

communityIdstring必須

コミュニティ ID または slug。

idstring必須

お知らせ ID。

リクエスト
curl https://api.4s.link/manage/communities/COMMUNITY_ID/announcements/ID \
-X DELETE \
-H "Authorization: Bearer 4s_at_..."
レスポンス例
{
"id": "an1a2b3c-..."
}