コミュニティから退会

DELETE/communities/:id/leave

コミュニティから退会します。最後の管理者は退会できません。

認証要ログイン

パスパラメータ

idstring必須

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

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