ユーザーを削除する 非推奨

DELETE /groups/{groupId}/apps/{appId}/users/{userId}

ID で特定のユーザー アカウントを削除します。

path パラメータ

応答

  • 204

    削除

DELETE /groups/{groupId}/apps/{appId}/users/{userId}
curl \
 --request DELETE 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/users/{userId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"