所属を削除

DELETE/organization_member/:id

自分の所属を削除します。

認証要ログイン

パスパラメータ

idstring必須

所属 ID。

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