組織メンバーを削除

DELETE/manage/organizations/:orgId/members/:memberId

組織からメンバーを削除します。ADMIN のみ実行できます。

認証要ログイン

パスパラメータ

orgIdstring必須

組織 ID。

memberIdstring必須

メンバー ID。

リクエスト
curl https://api.4s.link/manage/organizations/ORG_ID/members/MEMBER_ID \
-X DELETE \
-H "Authorization: Bearer 4s_at_..."
レスポンス例
{
"id": "om1a2b3c-..."
}